Browse Source

Add GitHub Actions package ecosystem to Dependabot workflow (#5742)

Scott Brenner 1 year ago
parent
commit
ff418a77dc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/dependabot.yml

+ 5 - 0
.github/dependabot.yml

@@ -70,3 +70,8 @@ updates:
         applies-to: "version-updates"
         applies-to: "version-updates"
         patterns:
         patterns:
           - "*"
           - "*"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"