aboutsummaryrefslogtreecommitdiffstats
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
parent8240e2238eeb7ff8fb5d53b9dc03f9823dd5e576 (diff)
downloaddotfiles-c40d18309682bfc6771943b815845bddfb59a5b5.tar.gz
dotfiles-c40d18309682bfc6771943b815845bddfb59a5b5.zip
chore: move to renovate (#1)
-rw-r--r--.github/dependabot.yml6
-rw-r--r--.github/renovate.json7
2 files changed, 7 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 6c40e56..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: 'npm'
- directory: '/.utilities'
- schedule:
- interval: 'monthly' \ No newline at end of file
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"]
+}