Skip to content

Commit c064cc5

Browse files
committed
chore(ci): fix renovate config
1 parent 1cf70ac commit c064cc5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"extends": [
44
"github>the-guild-org/shared-config:renovate",
55
":preserveSemverRanges",
6-
"github>Turbo87/renovate-config"
6+
"github>Turbo87/renovate-config//rust/updateToolchain"
7+
],
8+
"packageRules": [
9+
{
10+
"description": "Auto-merge GitHub Actions digest updates",
11+
"matchUpdateTypes": ["digest"],
12+
"matchManagers": ["github-actions"],
13+
"automerge": true,
14+
"automergeType": "pr"
15+
}
716
]
817
}

0 commit comments

Comments
 (0)