add renovate
Some checks failed
renovate / renovate (push) Successful in 1m30s
tests / fmt (push) Successful in 2m5s
tests / clippy (push) Successful in 2m30s
tests / build (push) Successful in 2m36s
tests / test (push) Successful in 3m12s
tests / pre-commit (push) Successful in 1m34s
deploy / release-image (push) Has been cancelled
Some checks failed
renovate / renovate (push) Successful in 1m30s
tests / fmt (push) Successful in 2m5s
tests / clippy (push) Successful in 2m30s
tests / build (push) Successful in 2m36s
tests / test (push) Successful in 3m12s
tests / pre-commit (push) Successful in 1m34s
deploy / release-image (push) Has been cancelled
This commit is contained in:
25
renovate.json
Normal file
25
renovate.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"timezone": "Europe/Berlin",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"helpers:pinGitHubActionDigests",
|
||||
":configMigration",
|
||||
":pinDevDependencies",
|
||||
":dependencyDashboard",
|
||||
"docker:pinDigests",
|
||||
"preview:dockerCompose",
|
||||
"preview:dockerVersions"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user