Skip to content

Commit 3280892

Browse files
committed
chore(renovate): enable minor updates
1 parent 39073b6 commit 3280892

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/renovate.json

+8
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"extends": [
44
"github>containerbase/.github",
55
"github>containerbase/.github//merge-queue.json"
6+
],
7+
"packageRules": [
8+
{
9+
"description": "Enable minor updates on renovate rebuild trigger file",
10+
"matchFiles": ["renovate.Dockerfile"],
11+
"matchUpdateTypes": ["minor"],
12+
"enabled": true
13+
}
614
]
715
}

0 commit comments

Comments
 (0)