Skip to content

Commit ffeb211

Browse files
committed
Customize things
1 parent 1d3da03 commit ffeb211

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

renovate.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:best-practices"
5+
],
6+
"ignorePresets": [
7+
":pinDevDependencies"
8+
],
9+
"github-actions": {
10+
"fileMatch": ["^template/.github/(?:workflows|actions))/.+\\.ya?ml(?:.jinja)$"]
11+
},
12+
"packageRules": [
13+
{
14+
"groupName": "{{manager}} non-major dependencies",
15+
"groupSlug": "{{manager}}-minor-patch",
16+
"matchPackagePatterns": [
17+
"*"
18+
],
19+
"matchUpdateTypes": [
20+
"minor",
21+
"patch"
22+
]
23+
}
524
]
625
}

0 commit comments

Comments
 (0)