Compare commits
4 Commits
91a568bb06
...
main
Author | SHA1 | Date | |
---|---|---|---|
1a1388ead7 | |||
a7da202e3a | |||
37eb0007c9 | |||
63470b76f8 |
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:latest@sha256:28672db33b95306a8c2787156102f48a86aece3a53441ef17fb32b7cf2841364
|
||||
container: ghcr.io/renovatebot/renovate:latest@sha256:21e2e5e8c51537649b5d9d1e85c0085aa5f53d5d198e2400d5ecc1e2448f9e9a
|
||||
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