Sfoglia il codice sorgente

Added GHA dependabot config for managing hashicorp actions (#194)

* Added GHA dependabot config for managing hashicorp actions

* Update dependabot.yml
Austin Valle 1 anno fa
parent
commit
68d9359571
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      .github/dependabot.yml

+ 7 - 0
.github/dependabot.yml

@@ -6,3 +6,10 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    # TODO: Dependabot only updates hashicorp GHAs in the template repository, the following lines can be removed for consumers of this template
+    allow:
+      - dependency-name: "hashicorp/*"