aboutsummaryrefslogtreecommitdiffstats
path: root/.github/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/renovate.json')
-rw-r--r--.github/renovate.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
index 0568be1..f4a0325 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -10,6 +10,12 @@
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
+ },
+ {
+ "matchManagers": ["github-actions"],
+ "matchPackageNames": ["actions/setup-node"],
+ "automerge": true,
+ "automergeType": "branch"
}
]
}