summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRye <rye@alchemyviewer.org>2025-10-20 12:36:36 -0400
committerGitHub <noreply@github.com>2025-10-20 09:36:36 -0700
commitf0d8e8f23cadba85b8af0fbeadbd736c693c3315 (patch)
treefaef008da4c22d9fbc8e7ce0a1b1823b5af88a6f
parent01823996196c11aea905200fe267463d520d285b (diff)
Introduce dependabot configuration for Github Actions (#4859)
-rw-r--r--.github/dependabot.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
new file mode 100644
index 0000000000..3e3e1df3e2
--- /dev/null
+++ b/.github/dependabot.yaml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: monthly