Skip to content

Commit abc7289

Browse files
committed
chore: Switch to renovate
1 parent 5f85619 commit abc7289

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.github/dependabot.yml

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

.github/renovate.json5

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"semanticCommits": "enabled",
3+
"configMigration": true,
4+
"packageRules": [
5+
// Goals:
6+
// - Rollup safe upgrades to reduce CI runner load
7+
// - Have lockfile and manifest in-sync
8+
{
9+
"matchManagers": ["cargo"],
10+
"matchUpdateTypes": ["patch"],
11+
"automerge": true,
12+
"groupName": "safe",
13+
},
14+
],
15+
}

committed.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
style="conventional"
2-
ignore_author_re="dependabot"
2+
ignore_author_re="(dependabot|renovate)"
33
merge_commit = false

0 commit comments

Comments
 (0)