Skip to content

Commit

Permalink
group dependabot PRs
Browse files Browse the repository at this point in the history
Makes dependabot group all its PR into a single one.
  • Loading branch information
RLKRo authored Dec 27, 2023
1 parent d388322 commit e101fb3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,36 @@ updates:
target-branch: dev
schedule:
interval: "weekly"
open-pull-requests-limit: 99
labels:
- "dependencies"
groups:
docker-deps:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
target-branch: dev
schedule:
interval: "weekly"
open-pull-requests-limit: 99
labels:
- "dependencies"
groups:
action-deps:
patterns:
- "*"

- package-ecosystem: "pip"
directory: "/"
target-branch: dev
schedule:
interval: "daily"
open-pull-requests-limit: 99
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
labels:
- "dependencies"
groups:
deps:
patterns:
- "*"

0 comments on commit e101fb3

Please sign in to comment.