Skip to content

Commit

Permalink
Update renovate config to bundle updates into single PRs
Browse files Browse the repository at this point in the history
To remove the amount of PRs we are receiving from renovate, the config
has been updated to bundle all docker image digest updats into a single
PR. Additionally, all github action updates are now also in a single PR.
  • Loading branch information
patrickpichler committed Jan 29, 2025
1 parent 3861836 commit 05555b9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json → renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
},
{
"matchDatasources": [
"docker",
],
"matchUpdateTypes": [
"digest",
],
"groupName": "all image digest updates",
"groupSlug": "all-image-digest-updates"
}
{
"matchManagers": [
"github-actions",
],
"groupName": "github actions",
"groupSlug": "github-actions"
}
]
}

0 comments on commit 05555b9

Please sign in to comment.