Compare commits
3 Commits
8e7c1a77ac
...
d9ff11c36f
Author | SHA1 | Date |
---|---|---|
|
d9ff11c36f | |
|
9caf80ab65 | |
|
a1820f78df |
|
@ -10,7 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:37.266.0
|
container: ghcr.io/renovatebot/renovate:37.269.2@sha256:bb24d70c1ed6bd54338094c351c3a6f9574ada571daac59fd1666c61180d60f6
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
|
|
@ -1,3 +1,27 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:best-practices"
|
||||||
|
],
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"enabledManagers": [
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"platformAutomerge": false,
|
||||||
|
"ignoreTests": true,
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "use fix scope for renovate updates",
|
||||||
|
"matchPackageNames": ["renovatebot/renovate"],
|
||||||
|
"semanticCommitType": "fix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Automerge renovate updates",
|
||||||
|
"matchPackageNames": ["renovatebot/renovate"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue