diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-25 12:53:25 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-25 12:53:25 +0300 |
commit | bf4ea9133131624dc32c32bd56a1a9b35cc3e83f (patch) | |
tree | 5c65cd72f68f68901908b6fb7f08b68028c03625 /.github/dependabot.yml | |
parent | 3eca4026289b86fc038137215c88fcb8b686b3d6 (diff) | |
download | auth_http-bf4ea9133131624dc32c32bd56a1a9b35cc3e83f.tar.xz auth_http-bf4ea9133131624dc32c32bd56a1a9b35cc3e83f.zip |
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 6 |
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" |