Skip to content

Commit

Permalink
Renovate, don't update workflow trigered by ngeo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 2, 2024
1 parent c9f06d7 commit d3a6191
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@
matchFileNames: ['.github/workflows/rebuild-*.yaml'],
enabled: false,
},
/** Ignore .github/workflows/ngeo-*.yaml */
{
matchFileNames: ['.github/workflows/ngeo-*.yaml'],
enabled: false,
},
/** Accept only the patch on stabilization branches */
{
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
Expand Down

0 comments on commit d3a6191

Please sign in to comment.