Skip to content

Commit

Permalink
Merge pull request #59 from netbootxyz/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
antonym authored Jan 5, 2025
2 parents dd80d81 + 0f32d9b commit 5368d6d
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 5368d6d

Please sign in to comment.