Skip to content

Commit

Permalink
Update dependabot configuration (#2210)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
Update dependabot configuration to only get one PR instead of one per
dependency

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes #
  • Loading branch information
aholstrup1 authored Oct 16, 2024
1 parent fec1141 commit 3aa4699
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: ".github/workflows/"
groups:
External-Dependencies:
applies-to: version-updates
dependency-type: "production"
schedule:
interval: weekly
ignore:
Expand Down

0 comments on commit 3aa4699

Please sign in to comment.