Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Feb 27, 2024
1 parent 7db480d commit 60d22ef
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@

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

- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "docker" # See documentation for possible values
directory: "/docker/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "terraform" # See documentation for possible values
directory: "/terraform/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 60d22ef

Please sign in to comment.