Compare commits

..

6 Commits

Author SHA1 Message Date
2e5a3538f4 add github token
All checks were successful
renovate / renovate (push) Successful in 4m22s
2024-11-12 17:10:49 +01:00
97bdd07946 test run
All checks were successful
renovate / renovate (push) Successful in 4m26s
2024-11-12 15:14:31 +01:00
8423777ebc test run
All checks were successful
renovate / renovate (push) Successful in 4m30s
2024-11-12 15:04:14 +01:00
7f323f1958 remove repositories as autodiscover is enough
All checks were successful
renovate / renovate (push) Successful in 3m23s
2024-11-12 14:57:39 +01:00
bea601d159 add gbv to renovate
All checks were successful
renovate / renovate (push) Successful in 3m49s
2024-11-12 14:53:14 +01:00
68f7ef39b5 test run
All checks were successful
renovate / renovate (push) Successful in 3m29s
2024-10-04 21:58:44 +02:00
2 changed files with 2 additions and 3 deletions

View File

@@ -18,3 +18,4 @@ jobs:
RENOVATE_CONFIG_FILE: "/workspace/renovate/renovate-config/config.js" # replace it with your config.js path
LOG_LEVEL: "info"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
GITHUB_COM_TOKEN: ${{ secrets.COM_GITHUB_TOKEN }} # your GitHub token

View File

@@ -11,7 +11,5 @@ module.exports = {
branchPrefix: 'renovate-',
optimizeForDisabled: true,
persistRepoData: true,
// repositories: [
// "cloonar/wohnservice-wien-typo3"
// ]
}