Skip to content

Commit 123af3b

Browse files
chore(deps): migrate renovate config (#802)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66a0143 commit 123af3b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

renovate.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"labels": [
77
"dependencies"
88
],
99
"packageRules": [
1010
{
11-
"matchManagers": ["github-actions", "gradle-wrapper"],
11+
"matchManagers": [
12+
"github-actions",
13+
"gradle-wrapper"
14+
],
1215
"groupName": "gradle and github actions"
1316
},
1417
{
15-
"matchDepTypes": ["plugin"],
18+
"matchDepTypes": [
19+
"plugin"
20+
],
1621
"groupName": "gradle and github actions"
1722
},
1823
{
19-
"matchPaths": ["build-logic/*", "buildSrc/*"],
24+
"matchFileNames": [
25+
"build-logic/*",
26+
"buildSrc/*"
27+
],
2028
"groupName": "gradle and github actions"
2129
}
2230
],

0 commit comments

Comments
 (0)