Skip to content

Commit

Permalink
fix(renovate): wrong manager for docker (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjinnS authored Nov 15, 2024
1 parent 5baf1dc commit a1b31e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:pinDigests",
":label(renovate)",
":configMigration",
":semanticPrefixFix",
Expand All @@ -18,8 +17,8 @@
"matchPackageNames": ["*"]
},
{
"matchManagers": ["docker"],
"matchDepTypes": ["pinDigests"],
"matchDatasources": ["docker"],
"pinDigests": true,
"commitMessage": "chore(docker): pin digests",
"groupName": "docker pin digests",
"groupSlug": "docker-all-digests"
Expand Down

0 comments on commit a1b31e4

Please sign in to comment.