]> eyrie.org Git - kerberos/pam-krb5.git/commitdiff
Add dependabot configuration for GitHub Actions
authorRuss Allbery <rra@debian.org>
Mon, 15 Mar 2021 05:23:42 +0000 (22:23 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 15 Mar 2021 05:23:42 +0000 (22:23 -0700)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..5ace460
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"