We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ec89d commit 5e0d11aCopy full SHA for 5e0d11a
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - "renovate/**"
8
pull_request:
9
10
concurrency:
renovate.json
@@ -3,6 +3,7 @@
3
"extends": [
"config:js-lib"
],
+ "automergeType": "branch",
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
0 commit comments