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 02de246 commit 14a4905
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
'customManagers:dockerfileVersions',
],
dockerfile: {
fileMatch: [".*/Dockerfile$"]
fileMatch: ["examples/.+/Dockerfile$"]
},
customManagers: {
dockerfileVersions: {
fileMatch: ["examples/.+/Dockerfile$"]
}
},
packageRules: [
{
Expand Down

0 comments on commit 14a4905

Please sign in to comment.