Skip to content

Commit

Permalink
Updated dependabot file to process groups
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Aug 30, 2023
1 parent a75f9d5 commit f6686ec
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,20 @@ updates:
open-pull-requests-limit: 10
assignees:
- "samsmithnz"
groups:
web:
patterns: ["*"]
update-types: ["minor", "patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: daily
time: "06:00"
timezone: America/New_York
open-pull-requests-limit: 10
assignees:
- "samsmithnz"
groups:
actions:
patterns: ["*"]
update-types: ["minor", "patch"]

0 comments on commit f6686ec

Please sign in to comment.