]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: Add dependabot.yml
authorandy5995 <arch_stanton5995@protonmail.com>
Tue, 2 Jan 2024 18:41:58 +0000 (12:41 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Jan 2024 22:31:49 +0000 (23:31 +0100)
This will cause dependabot to open a PR when various actions are
updated, provided that the action maintainer has issued a release.

Closes #12623

.github/dependabot.yml [new file with mode: 0644]
.reuse/dep5

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"
index 3a7a672a2b68976ab50306a0ec6d989716254042..60c9a012dd27015ac2fe921223f6fe9a4ffd9c3b 100644 (file)
@@ -96,3 +96,7 @@ License: curl
 Files: .mailmap
 Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
 License: curl
+
+Files: .github/dependabot.yml
+Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
+License: curl