Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored Nov 21, 2023
1 parent 5dea759 commit cf73497
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
# Always increase the version requirement
# to match the new version.
versioning-strategy: increase

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

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

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

0 comments on commit cf73497

Please sign in to comment.