Compare commits

..

8 Commits

Author SHA1 Message Date
2e5a3538f4 add github token
All checks were successful
renovate / renovate (push) Successful in 4m36s
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
577a0cc009 update renovate
All checks were successful
renovate / renovate (push) Successful in 11m37s
2024-10-04 21:44:29 +02:00
aa56dab945 migrate config 2024-10-04 21:41:43 +02:00
2 changed files with 4 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.20.2
container: ghcr.io/renovatebot/renovate:38.110.1
steps:
- uses: actions/checkout@v4
- run: renovate
@@ -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

@@ -6,12 +6,10 @@ module.exports = {
autodiscover: true,
onboardingConfig: {
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:base', ':rebaseStalePrs']
extends: ["config:recommended", ":rebaseStalePrs"]
},
branchPrefix: 'renovate-',
optimizeForDisabled: true,
persistRepoData: true,
// repositories: [
// "cloonar/wohnservice-wien-typo3"
// ]
}