diff --git a/.woodpecker/renovate.yaml b/.woodpecker/renovate.yaml index 38b8a99..c2da05b 100644 --- a/.woodpecker/renovate.yaml +++ b/.woodpecker/renovate.yaml @@ -4,6 +4,8 @@ steps: when: - event: push branch: main + - event: manual + branch: main - event: cron cron: "renovatebot" - event: pull_request @@ -15,5 +17,7 @@ steps: from_secret: RENOVATE_TOKEN GITHUB_COM_TOKEN: from_secret: GITHUB_COM_TOKEN + GITHUB_TOKEN: + from_secret: GITHUB_COM_TOKEN commands: - renovate diff --git a/config.js b/config.js index 4bcc28e..67f5fce 100644 --- a/config.js +++ b/config.js @@ -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$" ]