Skip to content

Commit 0b1aac7

Browse files
committed
chore: Switch to renovate
1 parent f4e6714 commit 0b1aac7

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/dependabot.yml

-15
This file was deleted.

.github/renovate.json5

+15
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

+1-1
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)