Skip to content

Commit

Permalink
Add: enable monthly dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Jul 27, 2023
1 parent 0ca021f commit 5a3a771
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "monthly"
groups:
regression:
patterns:
- "*"

0 comments on commit 5a3a771

Please sign in to comment.