Skip to content

Commit 58c28d1

Browse files
committed
chore(renovate): disable automatic actions for develop branch
1 parent 7e6202f commit 58c28d1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,15 @@
66
"baseBranches": [
77
"develop"
88
],
9-
"platformAutomerge": false
9+
"packageRules": [
10+
{
11+
"matchManagers": ["github-actions"],
12+
"semanticCommitType": "chore",
13+
"semanticCommitScope": "actions",
14+
"automerge": false,
15+
"automergeType": "pr",
16+
"ignoreTests": false,
17+
"platformAutomerge": true
18+
}
19+
]
1020
}

0 commit comments

Comments
 (0)