fix: flux of gotk-components.yaml
All checks were successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/manual/renovate Pipeline was successful

This commit is contained in:
WrenIX 2025-04-04 21:50:19 +02:00
parent 038da302df
commit 974525d42a
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 8 additions and 0 deletions

View file

@ -15,5 +15,7 @@ steps:
from_secret: RENOVATE_TOKEN
GITHUB_COM_TOKEN:
from_secret: GITHUB_COM_TOKEN
GITHUB_TOKEN:
from_secret: GITHUB_COM_TOKEN
commands:
- renovate

View file

@ -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$"
]