Skip to content

Commit

Permalink
Update dependabot.yml (#4978)
Browse files Browse the repository at this point in the history
  • Loading branch information
danny007in committed May 9, 2023
1 parent 5d5eb02 commit a6a1fd3
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a6a1fd3

Please sign in to comment.