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 authored Dec 20, 2024
1 parent 828ed47 commit 4a2d8ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
matchManagers: [
'dockerfile',
],
fileMatch: ["^(Dockerfile|examples/.+/Dockerfile)$"],
groupName: 'Dockerfile updates',
},
{
Expand Down Expand Up @@ -64,4 +65,4 @@
vulnerabilityAlerts: {
enabled: true,
},
}
}

0 comments on commit 4a2d8ca

Please sign in to comment.