Skip to content

Commit f5c404b

Browse files
ci: migrate to renovate (#186)
1 parent b74243c commit f5c404b

File tree

3 files changed

+7
-52
lines changed

3 files changed

+7
-52
lines changed

.github/dependabot.yml

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

.github/renovate.json5

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@
1414
packageRules: [
1515
{
1616
description: "Only allow major standard upgrades",
17-
matchManagers: ["gradle", "gradle-wrapper", "npm"],
17+
matchManagers: ["gradle", "gradle-wrapper"],
1818
matchUpdateTypes: ["minor", "patch", "pin"],
1919
enabled: false,
2020
},
2121
{
22-
description: "automerge",
23-
matchManagers: ["asdf"],
22+
matchManagers: ["asdf", "github-actions"],
23+
automerge: true,
24+
},
25+
{
26+
matchManagers: ["npm"],
27+
matchUpdateTypes: ["minor", "patch", "pin"],
2428
automerge: true,
2529
},
2630
],

.github/workflows/update-node.yml

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

0 commit comments

Comments
 (0)