Skip to content

Commit

Permalink
Merge pull request #140 from cisagov/improvement/update_dependabot_co…
Browse files Browse the repository at this point in the history
…nfiguration

Update the Dependabot configuration
  • Loading branch information
mcdonnnj authored Sep 13, 2023
2 parents 8145a93 + 2294d49 commit ce74358
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
# these updates when the pull request(s) in the appropriate skeleton are merged
# and Lineage processes these changes.

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- directory: /
# ignore:
# # Managed by cisagov/skeleton-generic
# - dependency-name: actions/cache
Expand All @@ -19,13 +15,17 @@ updates:
# - dependency-name: actions/setup-python
# - dependency-name: hashicorp/setup-terraform
# - dependency-name: mxschmitt/action-tmate
package-ecosystem: github-actions
schedule:
interval: weekly

- package-ecosystem: "pip"
directory: "/"
- directory: /
package-ecosystem: pip
schedule:
interval: "weekly"
interval: weekly

- package-ecosystem: "terraform"
directory: "/"
- directory: /
package-ecosystem: terraform
schedule:
interval: "weekly"
interval: weekly
version: 2

0 comments on commit ce74358

Please sign in to comment.