Compare commits
10 Commits
0a14aa49b1
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
e91496d9c2
|
|||
53985c1a14
|
|||
cef0e292b1
|
|||
a5b04ad0f8
|
|||
c914638e66
|
|||
e6d12c6b95
|
|||
44f270bedc
|
|||
f4454ef185
|
|||
b915e32f40
|
|||
da34dfc0bf
|
@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:40.36.8
|
container: ghcr.io/renovatebot/renovate:40.48.10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
@ -5,5 +5,9 @@ module.exports = {
|
|||||||
"onboardingConfigFileName": "renovate.json",
|
"onboardingConfigFileName": "renovate.json",
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
"optimizeForDisabled": true,
|
"optimizeForDisabled": true,
|
||||||
"extends": [":semanticCommits"]
|
"extends": [":semanticCommits"],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"enabled": true,
|
||||||
|
"schedule": ["before 4am"],
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user