Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/renovate/all-minor-patch' into r…
Browse files Browse the repository at this point in the history
…enovate/all-minor-patch

# Conflicts:
#	Cargo.toml
  • Loading branch information
Timmi6790 committed Dec 14, 2024
2 parents 96bc53b + bbb0968 commit 2122110
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":disableRateLimiting"
],
"assigneesFromCodeOwners": true,
Expand All @@ -10,11 +10,16 @@
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"automerge": true
"automerge": true,
"matchPackageNames": [
"*"
]
}
]
}

0 comments on commit 2122110

Please sign in to comment.