Skip to content

Commit

Permalink
Update dependabot.yml (#68)
Browse files Browse the repository at this point in the history
Removing Ruby
Adding /tools deps
Updating dependabot to daily
Grouping dependabot updates to one PR
  • Loading branch information
mattdot authored Sep 6, 2023
1 parent bd2214a commit e386479
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/tools/quickstartgen" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "terraform" # See documentation for possible values
directory: "/examples" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/docs" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/.github/workflows" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
groups:
all:
patterns:
- "*"

0 comments on commit e386479

Please sign in to comment.