We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a0143 commit 123af3bCopy full SHA for 123af3b
renovate.json
@@ -1,22 +1,30 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
+ "config:recommended"
5
],
6
"labels": [
7
"dependencies"
8
9
"packageRules": [
10
11
- "matchManagers": ["github-actions", "gradle-wrapper"],
+ "matchManagers": [
12
+ "github-actions",
13
+ "gradle-wrapper"
14
+ ],
15
"groupName": "gradle and github actions"
16
},
17
- "matchDepTypes": ["plugin"],
18
+ "matchDepTypes": [
19
+ "plugin"
20
21
22
23
- "matchPaths": ["build-logic/*", "buildSrc/*"],
24
+ "matchFileNames": [
25
+ "build-logic/*",
26
+ "buildSrc/*"
27
28
29
}
30
0 commit comments