]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
ci: Add Dependabot to keep GitHub actions up to date 462/head
authorJan Macku <jamacku@redhat.com>
Thu, 25 Aug 2022 17:12:22 +0000 (19:12 +0200)
committerJan Macku <jamacku@redhat.com>
Thu, 25 Aug 2022 17:31:53 +0000 (19:31 +0200)
Dependabot will help you to keep you notified about new releases and help you update your workflows.

Interval is set to `monthly` so it won't make too much noise.

.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..3fa888a
--- /dev/null
@@ -0,0 +1,12 @@
+---
+
+version: 2
+
+updates:
+  - package-ecosystem: github-actions
+    directory: /
+    schedule:
+      interval: monthly
+    labels:
+      - 'type: dependencies'
+      - 'github-actions'