Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.0 to 7.13.1 #2599

Merged
54 changes: 35 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,50 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "18:00"
interval: "monthly"
open-pull-requests-limit: 2
groups:
npm-deps:
patterns:
- "*"
ignore:
- dependency-name: "kill-port"
versions: ["2.0.0", "2.0.1"]
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]

- package-ecosystem: "npm"
directory: "/Core/"
schedule:
interval: "weekly"
day: "saturday"
time: "21:00"
interval: "monthly"
open-pull-requests-limit: 2
groups:
core-deps:
patterns:
- "*"
ignore:
- dependency-name: "@openpgp/web-stream-tools"
versions: [">= 0.1.0"]
- dependency-name: "ava"
update-types: ["version-update:semver-major"]
- dependency-name: "chai"
update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "15:00"
interval: "monthly"
groups:
actions-deps:
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/appium/"
schedule:
interval: "weekly"
day: "sunday"
time: "18:00"
open-pull-requests-limit: 2
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "21:00"
interval: "monthly"
open-pull-requests-limit: 2
groups:
appium-deps:
patterns:
- "*"
36 changes: 20 additions & 16 deletions Core/package-lock.json

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

Loading
Loading