Skip to content

Commit

Permalink
chore(renovate): Add versioning rule for KeyDB
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 29, 2024
1 parent 83a7f6c commit 76e41e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/juanfont/headscale"],
"allowedVersions": "!/^0.23.0$/"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["eqalpha/keydb"],
"versioning": "regex:^(?<compatability>.+?)_v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
}
]
}

0 comments on commit 76e41e7

Please sign in to comment.