We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa7428 commit 6a95c46Copy full SHA for 6a95c46
.github/renovate.json
@@ -1,13 +1,15 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base",
+ "config:recommended",
5
"schedule:weekends"
6
],
7
"prHourlyLimit": 8,
8
"packageRules": [
9
10
- "paths": ["**"],
+ "matchFileNames": [
11
+ "**"
12
+ ],
13
"groupName": "backend"
14
}
15
]
0 commit comments