Skip to content

Commit

Permalink
Migrate config renovate.json {patch} (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent c9824ae commit 116ba1d
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 116ba1d

Please sign in to comment.