Skip to content

Commit 5cf8731

Browse files
author
upbound-bot
committed
🔄 synced local '.github/renovate.json5' with remote 'shared/configurations/renovate.json5'
1 parent b8bb05e commit 5cf8731

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: ‎.github/renovate.json5

+17
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313
labels: [
1414
'automated',
1515
],
16+
ignorePaths: [ // default renovate ignorePaths without '**/examples/**'
17+
'**/node_modules/**',
18+
'**/bower_components/**',
19+
'**/vendor/**',
20+
'**/__tests__/**',
21+
'**/test/**',
22+
'**/tests/**',
23+
'**/__fixtures__/**'
24+
],
25+
crossplane: {
26+
fileMatch: ['(^|/)examples/.*\\.ya?ml$']
27+
},
1628
packageRules: [
1729
{
1830
matchFileNames: [
@@ -32,6 +44,11 @@
3244
],
3345
groupName: 'Makefile dependencies',
3446
},
47+
{
48+
matchManagers: ['crossplane'],
49+
matchFileNames: ['examples/**'],
50+
groupName: 'examples'
51+
},
3552
],
3653
customManagers: [
3754
{

0 commit comments

Comments
 (0)