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