aboutsummaryrefslogtreecommitdiffstats
path: root/.github/renovate.json
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2023-04-25 08:47:16 +0200
committerGitHub <noreply@github.com>2023-04-25 08:47:16 +0200
commitc40d18309682bfc6771943b815845bddfb59a5b5 (patch)
treee49a752912dad7e00e80b3cc28f7bf6b71da8915 /.github/renovate.json
parent8240e2238eeb7ff8fb5d53b9dc03f9823dd5e576 (diff)
downloaddotfiles-c40d18309682bfc6771943b815845bddfb59a5b5.tar.gz
dotfiles-c40d18309682bfc6771943b815845bddfb59a5b5.zip
chore: move to renovate (#1)
Diffstat (limited to '.github/renovate.json')
-rw-r--r--.github/renovate.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 0000000..3dbcfbe
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,7 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["config:base"],
+ "lockFileMaintenance": { "enabled": true, "automerge": true },
+ "rangeStrategy": "replace",
+ "postUpdateOptions": ["yarnDedupeHighest"]
+}