Skip to content

Commit 03cda4d

Browse files
ci: sync renovate rules (#179)
1 parent 8a9cd9c commit 03cda4d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/renovate.json5

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright © 2024 Caleb Cushing
1+
// SPDX-FileCopyrightText: Copyright © 2024 - 2025 Caleb Cushing
22
//
33
// SPDX-License-Identifier: CC0-1.0
44

@@ -11,4 +11,17 @@
1111
matchHost: "https://maven.pkg.github.com",
1212
},
1313
],
14+
packageRules: [
15+
{
16+
description: "Only allow major standard upgrades",
17+
matchDatasources: ["gradle", "gradle-wrapper", "npm"],
18+
matchUpdateTypes: ["minor", "patch", "pin"],
19+
enabled: false,
20+
},
21+
{
22+
description: "automerge",
23+
matchDatasources: ["asdf"],
24+
automerge: true,
25+
},
26+
],
1427
}

0 commit comments

Comments
 (0)