diff options
Diffstat (limited to 'ansible_collections/lowlydba/sqlserver/.github/dependabot.yml')
-rw-r--r-- | ansible_collections/lowlydba/sqlserver/.github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible_collections/lowlydba/sqlserver/.github/dependabot.yml b/ansible_collections/lowlydba/sqlserver/.github/dependabot.yml new file mode 100644 index 00000000..443cf3be --- /dev/null +++ b/ansible_collections/lowlydba/sqlserver/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" |