Skip to content

Commit 528a2e4

Browse files
committed
chore: move renovate config to org github repo
1 parent 7c37aed commit 528a2e4

1 file changed

Lines changed: 2 additions & 21 deletions

File tree

renovate.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"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-
}
4+
"github>jellyrock/.github//renovate/default"
245
]
25-
}
6+
}

0 commit comments

Comments
 (0)