Browse Source

CI: Add dependabot.yml

This will cause dependabot to open a PR when various actions are
updated, provided that the action maintainer has issued a release.

Closes #12623
andy5995 3 months ago
parent
commit
bf7cd837a6
2 changed files with 10 additions and 0 deletions
  1. 6 0
      .github/dependabot.yml
  2. 4 0
      .reuse/dep5

+ 6 - 0
.github/dependabot.yml

@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"

+ 4 - 0
.reuse/dep5

@@ -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