]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
dependabot: Manage GitHub Action workflows also
authorStephen Finucane <stephen@that.guru>
Wed, 23 Oct 2024 17:22:31 +0000 (18:22 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 23 Oct 2024 17:22:31 +0000 (18:22 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.github/dependabot.yml

index df0e4c6c173f0f5022a9ff35c39838ff8e38972f..d1d60e3fa222e63518b3da5a7f5a4c28996988c4 100644 (file)
@@ -9,3 +9,7 @@ updates:
     ignore:
       - dependency-name: "*"
         update-types: ["version-update:semver-patch"]
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "monthly"