Skip to content

Commit ec5777f

Browse files
committed
ci: migrate more holistically to renovate
1 parent b74243c commit ec5777f

File tree

3 files changed

+6
-51
lines changed

3 files changed

+6
-51
lines changed

.github/dependabot.yml

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

.github/renovate.json5

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
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)