Skip to content

Commit

Permalink
chore(ci): Update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 5, 2022
1 parent b38d05b commit 46839a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"schedule": [
"before 3am on the first day of the month"
],
"semanticCommits": "enabled",
"configMigration": true,
"packageRules": [
Expand All @@ -10,14 +13,14 @@
"matchCurrentVersion": ">=0.1.0",
"matchUpdateTypes": ["patch"],
"automerge": true,
"groupName": "safe",
"groupName": "compatible",
},
{
"matchManagers": ["cargo"],
"matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": ["minor"],
"automerge": true,
"groupName": "safe",
"groupName": "compatible",
},
],
}

0 comments on commit 46839a3

Please sign in to comment.