diff options
Diffstat (limited to 'ansible_collections/community/hashi_vault/.github/dependabot.yml')
-rw-r--r-- | ansible_collections/community/hashi_vault/.github/dependabot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible_collections/community/hashi_vault/.github/dependabot.yml b/ansible_collections/community/hashi_vault/.github/dependabot.yml new file mode 100644 index 000000000..969b36fe0 --- /dev/null +++ b/ansible_collections/community/hashi_vault/.github/dependabot.yml @@ -0,0 +1,9 @@ +--- +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |