Browse Source

Update dependabot.yml (#4978)

v3
Daniel 2 years ago committed by GitHub
parent
commit
a6a1fd3341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 28
      .github/dependabot.yml

28
.github/dependabot.yml

@ -1,40 +1,24 @@
version: 2
updates:
# for master branch
# for v4-dev branch
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: monday
day: tuesday
time: "03:00"
open-pull-requests-limit: 10
target-branch: "master"
target-branch: "v4-dev"
labels:
- dependencies
- version:3.1.x
versioning-strategy: increase
rebase-strategy: disabled
- package-ecosystem: bundler
directory: "/docs/"
schedule:
interval: weekly
day: monday
time: "03:00"
open-pull-requests-limit: 10
- version:4.x
versioning-strategy: increase
rebase-strategy: disabled
# for v4-dev branch
- package-ecosystem: npm
# for github actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: tuesday
time: "03:00"
open-pull-requests-limit: 10
target-branch: "v4-dev"
labels:
- dependencies
- version:4.x
versioning-strategy: increase
rebase-strategy: disabled

Loading…
Cancel
Save