Skip to content

Commit

Permalink
Merge pull request acquia#127 from acquia/ACMS-000-dependabot
Browse files Browse the repository at this point in the history
ACMS-000: Enable dependabot for npm packages.
  • Loading branch information
vishalkhode1 authored Feb 12, 2024
2 parents f906cd5 + 09339e2 commit fe7537c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ updates:
# Use Indian Standard Time (UTC +05:30)
timezone: "Asia/Kolkata"
time: "09:00"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
versioning-strategy: auto
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "develop"

- package-ecosystem: "npm"
directory: "/tests/functional/cypress"
schedule:
interval: "daily"
# Use Indian Standard Time (UTC +05:30)
timezone: "Asia/Kolkata"
time: "09:00"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
versioning-strategy: auto
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "develop"
Expand Down

0 comments on commit fe7537c

Please sign in to comment.