Skip to content

Commit

Permalink
Group dependencies on dependabot updates (#885)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

* exclude pins: `werkzeug`

---------

Co-authored-by: Tom Christie <tom.christie@krakentechnologies.ltd>
  • Loading branch information
T-256 and tomchristie authored Feb 20, 2024
1 parent 908013c commit c02733d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
groups:
python-packages:
patterns:
- "*"
exclude-patterns:
- "werkzeug"

0 comments on commit c02733d

Please sign in to comment.