diff options
Diffstat (limited to 'ansible_collections/vultr/cloud/.github/dependabot.yml')
-rw-r--r-- | ansible_collections/vultr/cloud/.github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible_collections/vultr/cloud/.github/dependabot.yml b/ansible_collections/vultr/cloud/.github/dependabot.yml new file mode 100644 index 000000000..607e7e1a2 --- /dev/null +++ b/ansible_collections/vultr/cloud/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |