We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bb05e commit 5cf8731Copy full SHA for 5cf8731
‎.github/renovate.json5
@@ -13,6 +13,18 @@
13
labels: [
14
'automated',
15
],
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
+ },
28
packageRules: [
29
{
30
matchFileNames: [
@@ -32,6 +44,11 @@
32
44
33
45
groupName: 'Makefile dependencies',
34
46
},
47
+ {
48
+ matchManagers: ['crossplane'],
49
+ matchFileNames: ['examples/**'],
50
+ groupName: 'examples'
51
35
52
36
53
customManagers: [
37
54
0 commit comments