]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
feat(github): automating dependency updates
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Sun, 23 Oct 2022 19:08:21 +0000 (19:08 +0000)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Mon, 24 Oct 2022 12:44:37 +0000 (08:44 -0400)
Let github's dependabot handle updating github's actions.

.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..221e1ae
--- /dev/null
@@ -0,0 +1,14 @@
+version: 2
+
+  # Maintain dependencies for GitHub Actions
+  updates:
+    - package-ecosystem: "github-actions"
+      directory: "/"
+      schedule: 
+       interval: weekly
+       day: "tuesday"
+      commit-message:
+        prefix: "chore(github):"
+        include: "scope"
+      ignore:
+        - dependency-name: "Manual test"