Skip to content

Commit

Permalink
Merge pull request #19 from knoppiks/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
knoppiks authored Nov 5, 2024
2 parents c7e23bd + 9cabf22 commit 22818a6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 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$"
],
Expand All @@ -16,15 +17,15 @@
],
"packageRules": [
{
"datasources": [
"matchDatasources": [
"repology"
],
"packagePatterns": [
"^alpine_3_18/"
],
"separateMajorMinor": false,
"groupName": "alpine packages",
"groupSlug": "alpine"
"groupSlug": "alpine",
"matchPackageNames": [
"/^alpine_3_18//"
]
}
]
}

0 comments on commit 22818a6

Please sign in to comment.