Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 1d9a965 commit 8886455
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"docker": {
"pinDigests": true
},
"dockerfile": {
"automerge": true,
"major": {
"enabled": false
}
}
},
"packageRules": [
{
"matchCategories": [
"docker"
],
"pinDigests": true
}
]
}

0 comments on commit 8886455

Please sign in to comment.