Skip to content

Commit abdefe9

Browse files
authored
Update renovate.json
1 parent 071d040 commit abdefe9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
":automergePr",
88
":labels(dependencies)",
99
":maintainLockFilesWeekly",
10-
":pathSemanticCommitType(.github/workflows/**, ci)",
1110
":prHourlyLimitNone",
1211
":rebaseStalePrs",
1312
":semanticCommits",
@@ -29,6 +28,13 @@
2928
"prConcurrentLimit": 3,
3029
"reviewersFromCodeOwners": true,
3130
"packageRules": [
31+
{
32+
"matchFileNames": [
33+
".github/actions/**",
34+
".github/workflows/**"
35+
],
36+
"semanticCommitType": "ci"
37+
},
3238
{
3339
"matchDepTypes": ["dependencies", "require"],
3440
"semanticCommitType": "deps",

0 commit comments

Comments
 (0)