aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPatrick Linnane <patrick@linnane.io>2025-04-01 21:09:46 -0700
committerGitHub <noreply@github.com>2025-04-02 00:09:46 -0400
commit01c2e458435427014556e91e2bece71056d96e12 (patch)
treee41e4f946b269f99a2e2000afc0434c1d29473c0 /.github
parentfc237a16900362eac5395a424d88fe6381b4affa (diff)
downloadanubis-01c2e458435427014556e91e2bece71056d96e12.tar.xz
anubis-01c2e458435427014556e91e2bece71056d96e12.zip
dependabot: enable (#189)
* dependabot: enable Signed-off-by: Patrick Linnane <patrick@linnane.io> * dependabot: group updates Signed-off-by: Patrick Linnane <patrick@linnane.io> --------- Signed-off-by: Patrick Linnane <patrick@linnane.io> Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
-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:
+ - "*"