Skip to content

Commit dba11ce

Browse files
committed
chore: add Renovate config for GitHub Actions updates
1 parent 8b8063e commit dba11ce

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"enabledManagers": ["github-actions"],
5+
"packageRules": [{
6+
"matchManagers": ["github-actions"],
7+
"matchDepTypes": ["github-actions"],
8+
"matchFileNames": [".github/workflows/**"],
9+
"schedule": ["every weekend"],
10+
"labels": ["renovate/github-actions"],
11+
"groupName": "GitHub Actions updates"
12+
}]
13+
}

0 commit comments

Comments
 (0)