Compare commits
No commits in common. "577a0cc0090fb91cdcbc2a7c7ef7ec7609a6c021" and "205fc8a52ec01d57d878a3b247ebf8b0908b3ae9" have entirely different histories.
577a0cc009
...
205fc8a52e
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:38.110.1
|
container: ghcr.io/renovatebot/renovate:37.20.2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ module.exports = {
|
||||||
autodiscover: true,
|
autodiscover: true,
|
||||||
onboardingConfig: {
|
onboardingConfig: {
|
||||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||||
extends: ["config:recommended", ":rebaseStalePrs"]
|
extends: ['config:base', ':rebaseStalePrs']
|
||||||
},
|
},
|
||||||
branchPrefix: 'renovate-',
|
branchPrefix: 'renovate-',
|
||||||
optimizeForDisabled: true,
|
optimizeForDisabled: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue