diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2023-04-25 08:47:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 08:47:16 +0200 |
| commit | c40d18309682bfc6771943b815845bddfb59a5b5 (patch) | |
| tree | e49a752912dad7e00e80b3cc28f7bf6b71da8915 /.github | |
| parent | 8240e2238eeb7ff8fb5d53b9dc03f9823dd5e576 (diff) | |
| download | dotfiles-c40d18309682bfc6771943b815845bddfb59a5b5.tar.gz dotfiles-c40d18309682bfc6771943b815845bddfb59a5b5.zip | |
chore: move to renovate (#1)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 6 | ||||
| -rw-r--r-- | .github/renovate.json | 7 |
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"] +} |
