Compare commits
3 Commits
2d762b038b
...
e3be3a0166
Author | SHA1 | Date | |
---|---|---|---|
e3be3a0166 | |||
a7da202e3a | |||
37eb0007c9 |
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:latest@sha256:b316b295c7f04554dd86977c6e4d2bc904d05bdacb319d8b3172e106921da973
|
||||
container: ghcr.io/renovatebot/renovate:latest@sha256:d8514d3124cbcfbf79b2b5014e59add4b87766ba2cb90e84ae1cc4278679903e
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- run: renovate
|
||||
|
@@ -1,11 +1,16 @@
|
||||
{
|
||||
"extends": ["config:best-practices", ":semanticCommits"],
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"description": "Automerge Renovate package updates without status checks",
|
||||
"matchPackageNames": [
|
||||
"renovate"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
"ignoreTests": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user