Skip to content

Commit

Permalink
Configure dependabot to use groups (#191)
Browse files Browse the repository at this point in the history
* ci: configure dependabot to use groups

* ci: add "dependencies" label to list of valid PR labels

* chore: add "dependencies" label to release template

* ci: trigger pipeline

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
tnotheis and github-actions[bot] authored Jul 7, 2023
1 parent cbb8d52 commit 44bd5ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
18 changes: 15 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,37 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
update-nuget-dependencies:
patterns:
- "*"
reviewers:
- "tnotheis"
labels:
- "chore"
- "dependencies"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
update-github-actions-dependencies:
patterns:
- "*"
reviewers:
- "tnotheis"
labels:
- "chore"
- "dependencies"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
update-npm-dependencies:
patterns:
- "*"
reviewers:
- "tnotheis"
labels:
- "chore"
- "dependencies"
1 change: 1 addition & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ changelog:
labels:
- ci
- chore
- dependencies
- refactor
- test
categories:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
disable-reviews: true
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: "ci, bug, enhancement, breaking-change, documentation, chore, refactoring, test"
valid-labels: "breaking-change, bug, chore, ci, dependencies, documentation, enhancement, refactoring, test"

0 comments on commit 44bd5ad

Please sign in to comment.