Skip to content

Commit

Permalink
Merge pull request #11566 from camptocamp/update-renovate
Browse files Browse the repository at this point in the history
Renovate, don't update workflow triggered by ngeo
  • Loading branch information
sbrunner authored Dec 2, 2024
2 parents d54392b + e2e11b7 commit d2c8cad
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 d2c8cad

Please sign in to comment.