Skip to content

Commit

Permalink
add consistency to quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Aug 2, 2024
1 parent d61d3e9 commit f10fc2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@ updates:
- package-ecosystem: "pip"
directory: "/src"
schedule:
interval: monthly
interval: "monthly"
groups:
pip:
patterns:
- "*"
open-pull-requests-limit: 20
ignore:
- dependency-name: "notebook"
versions: '>= 7.0.0'
- package-ecosystem: npm
versions: ">= 7.0.0"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: monthly
interval: "monthly"
groups:
npm:
patterns:
- "*"
open-pull-requests-limit: 20
- package-ecosystem: docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: monthly
interval: "monthly"
open-pull-requests-limit: 20
- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/.github"
schedule:
interval: monthly
interval: "monthly"
open-pull-requests-limit: 20
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f10fc2d

Please sign in to comment.