Skip to content

Commit

Permalink
Disable GHA updates in dependabot and reduce frequency in renovatebot (
Browse files Browse the repository at this point in the history
…jaegertracing#5746)

* Move GHA updates to be fully owned by renovate bot
* Reduce frequency to once a month
* Fix a bug that blocked major upgrades

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
2 people authored and FlamingSaint committed Jul 20, 2024
1 parent 6221db9 commit a512d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ updates:
interval: daily
labels: [ "changelog:dependencies" ]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels: [ "changelog:dependencies" ]

- package-ecosystem: docker
directories:
- /cmd/agent
Expand Down
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@
},
{
"matchManagers": ["github-actions"],
"groupName": "github-actions deps"
"groupName": "github-actions deps",
"schedule": ["on the first day of the month"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major", "patch", "digest"],
"matchUpdateTypes": ["patch", "digest"],
"enabled": false
},
{
Expand Down

0 comments on commit a512d89

Please sign in to comment.