Skip to content

Commit

Permalink
chore: Switch to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 1, 2022
1 parent 8c67afb commit f04e4fa
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

34 changes: 34 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"semanticCommits": "enabled",
"configMigration": true,
"packageRules": [
// Goals:
// - Keep version reqs low, ignoring compatible normal/build dependencies
// - Take advantage of latest dev-dependencies
// - Help keep versions down by always using latest breaking change
// - Rollup safe upgrades to reduce CI runner load
// - Have lockfile and manifest in-sync
{
"matchManagers": ["cargo"],
"matchDepTypes": ["dev-dependencies"],
"matchUpdateTypes": ["patch"],
"automerge": true,
"groupName": "dev",
},
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["major"],
},
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["minor"],
"enabled": false,
},
{
"matchManagers": ["cargo"],
"matchDepTypes": ["build-dependencies", "dependencies"],
"matchUpdateTypes": ["patch"],
"enabled": false,
},
],
}
2 changes: 1 addition & 1 deletion committed.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
style="conventional"
ignore_author_re="dependabot"
ignore_author_re="(dependabot|renovate)"
merge_commit = false

0 comments on commit f04e4fa

Please sign in to comment.