Skip to content

Commit

Permalink
chore: Group dependency updates
Browse files Browse the repository at this point in the history
Dependency updates for supporting code (i.e. docs, dagger,
acceptance-tests) should be bundled into a single PR.

Replaces #1094
  • Loading branch information
zerok committed Jul 3, 2024
1 parent 0c5c8b3 commit 28d6c87
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,30 @@ updates:
package-ecosystem: gomod
schedule:
interval: weekly
groups:
dagger-dependencies:
patterns:
- "*"

- directory: /acceptance-tests
open-pull-requests-limit: 5
package-ecosystem: gomod
schedule:
interval: weekly
groups:
acceptance-tests-dependencies:
patterns:
- "*"

- directory: /docs
open-pull-requests-limit: 5
package-ecosystem: npm
schedule:
interval: weekly
groups:
docs-dependencies:
patterns:
- "*"

- directory: /
open-pull-requests-limit: 5
Expand Down

0 comments on commit 28d6c87

Please sign in to comment.