fix: flux of gotk-components.yaml
All checks were successful
ci/woodpecker/push/renovate Pipeline was successful
All checks were successful
ci/woodpecker/push/renovate Pipeline was successful
This commit is contained in:
parent
038da302df
commit
062ca78513
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,11 @@ module.exports = {
|
|||
"matchHost": "git.chaos.fyi",
|
||||
"username": "wrenix",
|
||||
"password": process.env.RENOVATE_TOKEN
|
||||
},
|
||||
{
|
||||
"matchHost": "github.com",
|
||||
"hostType": "github",
|
||||
"token": process.env.GITHUB_COM_TOKEN
|
||||
}
|
||||
],
|
||||
"packageRules": [{
|
||||
|
@ -39,6 +44,7 @@ module.exports = {
|
|||
}],
|
||||
"flux": {
|
||||
"fileMatch": [
|
||||
"gotk-components\\.yaml$",
|
||||
"release.*\\.yaml$",
|
||||
"kustomization.*\\.yaml$"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue