Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent dd80d81 commit 0f32d9b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/)Dockerfile$",
"(^|/)Dockerfile\\.[^/]*$"
Expand All @@ -16,15 +17,15 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
"groupSlug": "all-minor-patch",
"matchPackageNames": [
"*"
]
}
]
}

0 comments on commit 0f32d9b

Please sign in to comment.