Skip to content

Commit a419944

Browse files
Disable GHA updates in dependabot and reduce frequency in renovatebot (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] <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent 1e1b0a1 commit a419944

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/dependabot.yml

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ updates:
2525
interval: daily
2626
labels: [ "changelog:dependencies" ]
2727

28-
- package-ecosystem: "github-actions"
29-
directory: "/"
30-
schedule:
31-
interval: "weekly"
32-
labels: [ "changelog:dependencies" ]
33-
3428
- package-ecosystem: docker
3529
directories:
3630
- /cmd/agent

renovate.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@
3232
},
3333
{
3434
"matchManagers": ["github-actions"],
35-
"groupName": "github-actions deps"
35+
"groupName": "github-actions deps",
36+
"schedule": ["on the first day of the month"]
3637
},
3738
{
3839
"matchManagers": ["github-actions"],
39-
"matchUpdateTypes": ["major", "patch", "digest"],
40+
"matchUpdateTypes": ["patch", "digest"],
4041
"enabled": false
4142
},
4243
{

0 commit comments

Comments
 (0)