Skip to content

Commit

Permalink
update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Aug 2, 2024
1 parent de20aa7 commit d61d3e9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: "pip"
directory: "/src"
schedule:
interval: monthly
time: '11:00'
groups:
python-dependencies:
pip:
patterns:
- "*"
open-pull-requests-limit: 20
Expand All @@ -17,21 +16,18 @@ updates:
directory: "/"
schedule:
interval: monthly
time: '11:00'
groups:
npm-dependencies:
npm:
patterns:
"*"
- "*"
open-pull-requests-limit: 20
- package-ecosystem: docker
directory: "/"
schedule:
interval: monthly
time: '11:00'
open-pull-requests-limit: 20
- package-ecosystem: github-actions
directory: "/.github"
schedule:
interval: monthly
time: '11:00'
open-pull-requests-limit: 20

0 comments on commit d61d3e9

Please sign in to comment.