Skip to content

Commit

Permalink
Merge pull request #261 from cordada/task/add-dependabot-dependency-g…
Browse files Browse the repository at this point in the history
…roups

Add dependency groups to Dependabot configuration
  • Loading branch information
jtrobles-cdd authored Sep 27, 2023
2 parents 4d930a9 + 4b75169 commit 566e930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ version: 2
updates:
- package-ecosystem: pip
directory: /
groups:
development-dependencies:
dependency-type: development
schedule:
interval: monthly
open-pull-requests-limit: 3
Expand All @@ -16,6 +19,9 @@ updates:

- package-ecosystem: github-actions
directory: /
groups:
production-dependencies:
dependency-type: production
schedule:
interval: monthly
commit-message:
Expand Down

0 comments on commit 566e930

Please sign in to comment.