aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-17 11:53:38 +0200
committerrtkay123 <dev@kanjala.com>2025-08-17 11:53:38 +0200
commit220a266c04571cbd627a80be9798f18ea0cabb2a (patch)
tree2bfd0a2d7746028bd2b129dc4584fe0622fce577 /.github
parent37e802b42bb53ac81d47bcf7b1e78d078b54dcb9 (diff)
downloadwarden-220a266c04571cbd627a80be9798f18ea0cabb2a.tar.bz2
warden-220a266c04571cbd627a80be9798f18ea0cabb2a.zip
ci(renovate): automerge actions
Diffstat (limited to '.github')
-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"
}
]
}