Skip to content

Commit

Permalink
Use Dependabot directories to DRY up config
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryGSC committed Jun 24, 2024
1 parent 0bc6d66 commit dfd572b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ updates:
target-branch: dev

- package-ecosystem: terraform
directory: '/terraform/app'
schedule:
interval: daily
target-branch: dev

- package-ecosystem: terraform
directory: '/terraform/setup'
directories:
- '/terraform/app'
- '/terraform/setup'
schedule:
interval: daily
target-branch: dev
Expand Down

0 comments on commit dfd572b

Please sign in to comment.