Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Dec 20, 2024
1 parent 4a2d8ca commit 8a5b743
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
':rebaseStalePrs',
'customManagers:dockerfileVersions',
],
dockerfile: {
fileMatch: ["^(Dockerfile|examples/.+/Dockerfile)$"]
},
packageRules: [
{
matchUpdateTypes: [
Expand Down Expand Up @@ -32,7 +35,6 @@
matchManagers: [
'dockerfile',
],
fileMatch: ["^(Dockerfile|examples/.+/Dockerfile)$"],
groupName: 'Dockerfile updates',
},
{
Expand Down

0 comments on commit 8a5b743

Please sign in to comment.