Compare commits

...

2 Commits

Author SHA1 Message Date
bb57d3dffd Update ghcr.io/renovatebot/renovate Docker tag to v37.432.0
Some checks failed
renovate / renovate (push) Has been cancelled
2024-07-16 09:21:09 +00:00
87fa71e5d0 Update renovate.json (#10)
All checks were successful
renovate / renovate (push) Successful in 3m43s
Reviewed-on: #10
2024-07-16 09:19:44 +00:00
2 changed files with 13 additions and 2 deletions

@ -8,7 +8,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.431.7
container: ghcr.io/renovatebot/renovate:37.432.0
steps:
- uses: actions/checkout@v4
- run: renovate

@ -2,5 +2,16 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>Renovate/renovate-config"
]
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
}
],
"platformAutomerge": true
}