1 parent 926f26d commit 8182977Copy full SHA for 8182977
1 file changed
.github/renovate.json
@@ -6,16 +6,21 @@
6
"github>home-operations/renovate-config:annotated.json5"
7
],
8
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
9
- "docker": {
10
- "pinDigests": true
11
- },
12
"github-actions": {
13
"pinDigests": true
14
},
15
"packageRules": [
+ {
+ "matchCategories": [
+ "docker"
16
+ ],
17
+ "pinDigests": true
18
+ },
19
{
20
"description": "Bump go.mod requirements to the resolved version instead of leaving a floor",
- "matchManagers": ["gomod"],
21
+ "matchManagers": [
22
+ "gomod"
23
24
"rangeStrategy": "bump"
25
26
0 commit comments