Skip to content

Commit

Permalink
Have renovate detect examples/*/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 20, 2024
1 parent 828ed47 commit 02de246
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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$"]
},
packageRules: [
{
matchUpdateTypes: [
Expand Down Expand Up @@ -64,4 +67,4 @@
vulnerabilityAlerts: {
enabled: true,
},
}
}

0 comments on commit 02de246

Please sign in to comment.