aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-25 12:53:25 +0300
committerValentin Popov <valentin@popov.link>2025-06-25 12:53:25 +0300
commitbf4ea9133131624dc32c32bd56a1a9b35cc3e83f (patch)
tree5c65cd72f68f68901908b6fb7f08b68028c03625 /.github/dependabot.yml
parent3eca4026289b86fc038137215c88fcb8b686b3d6 (diff)
downloadauth_http-HEAD.tar.xz
auth_http-HEAD.zip
Add configuration files for Dependabot and Renovate to manage dependenciesHEADmasterHEAD
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5ace460
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"