Initial Commits

This commit is contained in:
Alex 2025-05-03 20:53:07 +12:00
parent cd467b61b7
commit 01a0db42c1
5 changed files with 106 additions and 12 deletions

27
renovate.json Normal file
View file

@ -0,0 +1,27 @@
{
"extends": [
"config:recommended"
],
"labels": [
"ready for review"
],
"ignoreUnstable": true,
"minimumReleaseAge": "3",
"packageRules": [
{
"matchCategories": [
"docker",
"github-actions"
],
"pinDigests": true
},
{
"matchUpdateTypes": [
"major"
],
"labels": [
"UPDATE-MAJOR"
]
}
]
}