Skip to content

Commit

Permalink
Merge pull request #11427 from camptocamp/renovate-config
Browse files Browse the repository at this point in the history
Don't update the old workflow files
  • Loading branch information
sbrunner authored Oct 2, 2024
2 parents 8d66297 + 211a208 commit fcbfd75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,14 @@
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
minimumReleaseAge: '7 days',
},
/** Don't update the old workflow files */
{
matchFileNames: [
'.github/workflows/*-2-6.yaml',
'.github/workflows/*-2-7.yaml',
'.github/workflows/*-2-8.yaml',
],
enabled: false,
},
],
}

0 comments on commit fcbfd75

Please sign in to comment.