Skip to content

Commit

Permalink
Update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Martinez committed Feb 10, 2022
1 parent 15d3ae2 commit 378f6be
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# https://dependabot.com/docs/config-file-beta/validator/
---
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 5
schedule:
interval: "weekly"
day: "wednesday"
interval: monthly
day: wednesday
- package-ecosystem: terraform
directory: modules/aws-asg
open-pull-requests-limit: 5
schedule:
interval: monthly
day: wednesday
- package-ecosystem: terraform
directory: modules/aws-asg/examples
open-pull-requests-limit: 5
schedule:
interval: monthly
day: wednesday

0 comments on commit 378f6be

Please sign in to comment.