summaryrefslogtreecommitdiff
path: root/.github/dependabot.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Run dependabot on each branch, rather than backporting from mainRin Kuryloski2022-08-221-5/+20
| | | | | | | for various reasons, things don't always backport cleanly Since these are generated automatically either way, this approach will hopefully have fewer conflicts
* Update GitHub Actions and Mergify for branch renameRin Kuryloski2022-08-161-1/+1
|
* Update dependabot config to include v3.11.x branchRin Kuryloski2022-07-271-0/+1
|
* Instead of running dependabot on all the release branchesPhilip Kuryloski2022-04-011-15/+4
| | | | backport it's PRs from master
* Configure dependabot to run on all release branchesPhilip Kuryloski2022-03-311-0/+16
| | | | So that we don't have to backport dependabot PRs
* Maintain dependencies for GitHub Actionscontainer-image-for-every-commitGerhard Lazu2021-04-011-0/+7
If there is a newer version for a GitHub Action dependency, this action makes Dependabot (part of GitHub) bump it: https://dependabot.com/github-actions/ Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>