Skip to content

Commit

Permalink
🔄 synced local '.github/renovate.json5' with remote 'shared/configura…
Browse files Browse the repository at this point in the history
…tions/renovate.json5'
  • Loading branch information
upbound-bot committed Feb 12, 2025
1 parent 0009343 commit 3ef3785
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
labels: [
'automated',
],
ignorePaths: [ // default renovate ignorePaths without '**/examples/**'
'**/node_modules/**',
'**/bower_components/**',
'**/vendor/**',
'**/__tests__/**',
'**/test/**',
'**/tests/**',
'**/__fixtures__/**'
],
crossplane: {
fileMatch: ['(^|/)examples/.*\\.ya?ml$']
},
packageRules: [
{
matchFileNames: [
Expand All @@ -32,6 +44,11 @@
],
groupName: 'Makefile dependencies',
},
{
matchManagers: ['crossplane'],
matchFileNames: ['examples/**'],
groupName: 'examples'
},
],
customManagers: [
{
Expand Down

0 comments on commit 3ef3785

Please sign in to comment.