Skip to content

Commit 8182977

Browse files
chore(deps): migrate config .github/renovate.json
1 parent 926f26d commit 8182977

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/renovate.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,21 @@
66
"github>home-operations/renovate-config:annotated.json5"
77
],
88
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
9-
"docker": {
10-
"pinDigests": true
11-
},
129
"github-actions": {
1310
"pinDigests": true
1411
},
1512
"packageRules": [
13+
{
14+
"matchCategories": [
15+
"docker"
16+
],
17+
"pinDigests": true
18+
},
1619
{
1720
"description": "Bump go.mod requirements to the resolved version instead of leaving a floor",
18-
"matchManagers": ["gomod"],
21+
"matchManagers": [
22+
"gomod"
23+
],
1924
"rangeStrategy": "bump"
2025
},
2126
{

0 commit comments

Comments
 (0)