diff options
author | Valentin Popov <valentin@popov.link> | 2025-01-24 01:29:33 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-01-24 01:29:33 +0300 |
commit | 90a0ba8b97d6cf6516e1108420ac1811e82ef9aa (patch) | |
tree | 43fcdb84061e918a8f65a2767136246556d694cb /.github | |
parent | aa94393f4d8406d9469f2fca00f98d653080879e (diff) | |
download | popov.link-90a0ba8b97d6cf6516e1108420ac1811e82ef9aa.tar.xz popov.link-90a0ba8b97d6cf6516e1108420ac1811e82ef9aa.zip |
Changing the Dependabot configuration to update dependencies once a week and adding support for GitHub Actions updates; removing the Renovate configuration.
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e710d1b..782a0ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" - allow: - - dependency-type: "direct" - security-updates: true + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |