fix: flux of gotk-components.yaml
This commit is contained in:
parent
038da302df
commit
127c4c5e66
2 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,8 @@ steps:
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
- event: manual
|
||||||
|
branch: main
|
||||||
- event: cron
|
- event: cron
|
||||||
cron: "renovatebot"
|
cron: "renovatebot"
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
@ -15,5 +17,7 @@ steps:
|
||||||
from_secret: RENOVATE_TOKEN
|
from_secret: RENOVATE_TOKEN
|
||||||
GITHUB_COM_TOKEN:
|
GITHUB_COM_TOKEN:
|
||||||
from_secret: GITHUB_COM_TOKEN
|
from_secret: GITHUB_COM_TOKEN
|
||||||
|
GITHUB_TOKEN:
|
||||||
|
from_secret: GITHUB_COM_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- renovate
|
- renovate
|
||||||
|
|
|
@ -30,6 +30,11 @@ module.exports = {
|
||||||
"matchHost": "git.chaos.fyi",
|
"matchHost": "git.chaos.fyi",
|
||||||
"username": "wrenix",
|
"username": "wrenix",
|
||||||
"password": process.env.RENOVATE_TOKEN
|
"password": process.env.RENOVATE_TOKEN
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchHost": "github.com",
|
||||||
|
"hostType": "github",
|
||||||
|
"token": process.env.GITHUB_COM_TOKEN
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageRules": [{
|
"packageRules": [{
|
||||||
|
@ -39,6 +44,7 @@ module.exports = {
|
||||||
}],
|
}],
|
||||||
"flux": {
|
"flux": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
|
"gotk-components\\.yaml$",
|
||||||
"release.*\\.yaml$",
|
"release.*\\.yaml$",
|
||||||
"kustomization.*\\.yaml$"
|
"kustomization.*\\.yaml$"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue