aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-02 20:00:07 -0400
committerGitHub <noreply@github.com>2025-04-02 20:00:07 -0400
commitb3848e7a4171642e5813a372675b17df45befa46 (patch)
treea7a0efc6263c4af705a2f36556374d66387856ee /.github/dependabot.yml
parentf9e2a18cf86f4b33766b483694926670a2134ec8 (diff)
parent266d8c0cc25f9d93ea7da87eb199bc87e41c653e (diff)
downloadanubis-Xe/imessage-scraper-bypass.tar.xz
anubis-Xe/imessage-scraper-bypass.zip
Merge branch 'main' into Xe/imessage-scraper-bypassXe/imessage-scraper-bypass
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..dbe7232
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,28 @@
+version: 2
+updates:
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: weekly
+ groups:
+ github-actions:
+ patterns:
+ - "*"
+
+ - package-ecosystem: gomod
+ directory: /
+ schedule:
+ interval: weekly
+ groups:
+ gomod:
+ patterns:
+ - "*"
+
+ - package-ecosystem: npm
+ directory: /
+ schedule:
+ interval: weekly
+ groups:
+ npm:
+ patterns:
+ - "*"