We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c37aed commit 528a2e4Copy full SHA for 528a2e4
1 file changed
renovate.json
@@ -1,25 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended",
5
- ":disableDependencyDashboard",
6
- ":rebaseStalePrs"
7
- ],
8
- "addLabels": [
9
- "dependencies"
10
11
- "rollbackPrs": true,
12
- "ignorePaths": [
13
- "**/node_modules/**"
14
15
- "timezone": "America/New_York",
16
- "packageRules": [
17
- {
18
- "description": "Group GitHub Actions updates together",
19
- "matchManagers": ["github-actions"],
20
- "groupName": "GitHub Actions",
21
- "schedule": ["before 6am on monday"],
22
- "pinDigests": true
23
- }
+ "github>jellyrock/.github//renovate/default"
24
]
25
-}
+}
0 commit comments