Skip to content

Commit 383b7b2

Browse files
Disable renovate.json (#405)
Renovate is run internally and any accepted updates will be manually updated anyway. Keeping renovate running in this repo only creates duplicated PRs and job runs.
1 parent ae3b911 commit 383b7b2

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/renovate.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
11
{
2-
"timezone": "Europe/Stockholm",
3-
"schedule": ["at any time"],
4-
"extends": ["config:recommended", ":prHourlyLimitNone"],
5-
"configMigration": true,
6-
"labels": ["dependencies"],
7-
"ignorePaths": ["container-example/**"],
8-
"packageRules": [
9-
{
10-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
11-
"automerge": true
12-
},
13-
{
14-
"matchManagers": ["dockerfile"],
15-
"enabled": false
16-
}
17-
],
18-
"rebaseWhen": "behind-base-branch",
19-
"vulnerabilityAlerts": {
20-
"labels": ["security"]
21-
},
22-
"minimumReleaseAge": "7 days",
23-
"prCreation": "not-pending",
24-
"dependencyDashboard": true
2+
"enabled": false
253
}

0 commit comments

Comments
 (0)