]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: enable dependency manager for GitHub Actions
authorJan Macku <jamacku@redhat.com>
Tue, 26 Mar 2024 09:45:51 +0000 (10:45 +0100)
committerJan Macku <jamacku@redhat.com>
Tue, 26 Mar 2024 09:45:51 +0000 (10:45 +0100)
Dependabot will keep your GitHub actions up to date by creating pull requests.

.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..946aa41
--- /dev/null
@@ -0,0 +1,7 @@
+version: 2
+
+updates:
+  - package-ecosystem: github-actions
+    directory: /
+    schedule:
+      interval: monthly