Skip to content

Commit

Permalink
Migrate config renovate.json {patch}
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent c9824ae commit dfb9471
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,6 +1,6 @@
{
"extends": [
"config:base",
"config:recommended",
":gitSignOff"
],
"assignees": [
Expand All @@ -10,10 +10,15 @@
"commitMessageSuffix": "{patch}",
"separateMajorMinor": true,
"separateMinorPatch": true,
"docker": {
"pinDigests": true
},
"github-actions": {
"pinDigests": true
}
},
"packageRules": [
{
"matchCategories": [
"docker"
],
"pinDigests": true
}
]
}

0 comments on commit dfb9471

Please sign in to comment.