Skip to content

Commit 7aa105b

Browse files
ci: look at managers not datasource (#180)
1 parent 03cda4d commit 7aa105b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
packageRules: [
1515
{
1616
description: "Only allow major standard upgrades",
17-
matchDatasources: ["gradle", "gradle-wrapper", "npm"],
17+
matchManagers: ["gradle", "gradle-wrapper", "npm"],
1818
matchUpdateTypes: ["minor", "patch", "pin"],
1919
enabled: false,
2020
},
2121
{
2222
description: "automerge",
23-
matchDatasources: ["asdf"],
23+
matchManagers: ["asdf"],
2424
automerge: true,
2525
},
2626
],

0 commit comments

Comments
 (0)