Skip to content

Commit

Permalink
Add group update settings to dependabot (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Feb 7, 2024
1 parent 558c405 commit cd37625
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,20 @@ updates:
labels:
- "maintenance"
- "dependencies"
groups:
trame:
patterns:
- "trame"
- "trame-*"
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "weekly"
groups:
artifacts:
patterns:
- "actions/upload-artifact"
- "actions/download-artifact"
labels:
- "maintenance"
- "dependencies"

0 comments on commit cd37625

Please sign in to comment.