Skip to content

Commit 9fe4bf9

Browse files
authored
chore: disable dependabot (#1562)
We are now using renovate. This change also fixes that configuration.
1 parent eb33f84 commit 9fe4bf9

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/renovate.json5

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"RENOVATE_VERSION:\\s*(?<depName>renovate)@(?<currentValue>[^\\s]+)",
2020
],
2121
datasourceTemplate: "npm",
22-
// Run the custom matcher on early Monday mornings (UTC)
23-
schedule: "* 0-4 * * 1",
2422
},
2523
],
2624
dependencyDashboard: false,
@@ -35,8 +33,6 @@
3533
"github-actions": {
3634
managerFilePatterns: [".github/workflows/docker-build-push-multiarch.yml"],
3735
},
38-
globalExtends: [":pinDependencies", "config:best-practices"],
39-
onboarding: false,
4036
osvVulnerabilityAlerts: true,
4137
packageRules: [
4238
{
@@ -66,10 +62,13 @@
6662
schedule: "* 0-4 * * 1",
6763
matchPackageNames: ["ghcr.io/renovatebot/renovate"],
6864
},
65+
{
66+
schedule: "* 0-4 * * 1",
67+
matchDepNames: ["renovate"],
68+
},
6969
],
7070
platformCommit: "enabled",
7171
rebaseWhen: "behind-base-branch",
72-
requireConfig: "optional",
7372
vulnerabilityAlerts: {
7473
automerge: true,
7574
enabled: true,

0 commit comments

Comments
 (0)