initial commit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Samuel Philipp 2022-01-15 03:41:27 +01:00
commit 72b5d0835a
5 changed files with 58 additions and 0 deletions

16
renovate.json Normal file
View file

@ -0,0 +1,16 @@
{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"matchDatasources": ["docker"],
"versioning": "loose"
}
]
}