Skip to content

Commit

Permalink
feat(renovate): group docker pin digests (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjinnS authored Nov 15, 2024
1 parent a9ef62b commit 8b11816
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ changelog:
- "^refactor"
- "^build"
- "^ci"
- "^chore(docker)"
- "^chore(release)"
15 changes: 9 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
],
"packageRules": [
{
"matchUpdateTypes": [
"patch"
],
"matchUpdateTypes": ["patch"],
"groupName": "all patch dependencies",
"groupSlug": "all-patch",
"matchPackageNames": [
"*"
]
"matchPackageNames": ["*"]
},
{
"matchManagers": ["docker"],
"matchDepTypes": ["pinDigests"],
"commitMessage": "chore(docker): pin digests",
"groupName": "docker pin digests",
"groupSlug": "docker-all-digests"
}
]
}

0 comments on commit 8b11816

Please sign in to comment.