Skip to content

Commit 69fcfed

Browse files
committed
Automerge for GitHub Actions updates
1 parent f0e61d3 commit 69fcfed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
{
2-
"extends": ["config:base"]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"packageRules": [
5+
{
6+
"matchManagers": ["github-actions"],
7+
"matchUpdateTypes": ["major", "minor", "patch"],
8+
"automerge": true
9+
}
10+
]
311
}

0 commit comments

Comments
 (0)