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 40968cd commit 175b3ce
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 Down Expand Up @@ -28,15 +31,15 @@
"matchCurrentVersion": ">=0.1.0",
"matchUpdateTypes": ["patch"],
"automerge": true,
"groupName": "dev",
"groupName": "compatible (dev)",
},
{
"matchManagers": ["cargo"],
"matchDepTypes": ["dev-dependencies"],
"matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": ["minor"],
"automerge": true,
"groupName": "dev",
"groupName": "compatible (dev)",
},
],
}

0 comments on commit 175b3ce

Please sign in to comment.