Skip to content

Commit

Permalink
chore: fix renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Jul 29, 2024
1 parent fe97837 commit ad13627
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:recommendet"
],
"nix": {
"enabled": true,
},
"regexManagers": [
"nix": { "enabled": true },
"customManagers": [
{
"customType": "regex",
"fileMatch": ["\\.nix$"],
"matchStrings": [
"image\\s*=\\s*\"(?<depName>[\\w./-]+):(?<currentValue>[\\w.-]+)\""
],
"depNameTemplate": "{{depName}}",
"versioning": "regex:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?$",
"datasourceTemplate": "docker"
}
]
Expand Down

0 comments on commit ad13627

Please sign in to comment.