Initial Commits
This commit is contained in:
parent
cd467b61b7
commit
01a0db42c1
5 changed files with 106 additions and 12 deletions
27
renovate.json
Normal file
27
renovate.json
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue