Skip to content

Commit ac61419

Browse files
authored
🔄 created local '.github/renovate.json5' from remote 'shared/functions/renovate.json5' (#59)
Co-authored-by: upbound-bot <null>
1 parent a5248a5 commit ac61419

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

‎.github/renovate.json5‎

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'config:recommended',
5+
],
6+
crossplane: {
7+
fileMatch: [
8+
'(^|/)example/.*\\.ya?ml$',
9+
],
10+
},
11+
packageRules: [
12+
{
13+
matchManagers: [
14+
'crossplane',
15+
],
16+
matchFileNames: [
17+
'example/**',
18+
],
19+
groupName: 'examples',
20+
},
21+
],
22+
postUpdateOptions: [
23+
'gomodTidy',
24+
'gomodUpdateImportPaths',
25+
],
26+
}

0 commit comments

Comments
 (0)