Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Dependabot refinement.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Sep 16, 2020
1 parent 86b6aee commit 945f9c0
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
# Query daily for npm dependency updates.

version: 2

updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory

# Enable version updates for github-actions.
- package-ecosystem: "github-actions"

# Look for ".github/workflows" in the "root" directory.
directory: "/"
# Check the npm registry for updates every day (weekdays)

# Check for updated GitHub Actions every weekdays.
schedule:
interval: "daily"

# Allow up to ten pull requests to be generated at any one time.
open-pull-requests-limit: 10

# Enable version updates for npm.
- package-ecosystem: "npm"

# Look for "package.json" and "package-lock.json" files in the "root" directory.
directory: "/"

# Check the npm registry for updates every weekday.
schedule:
interval: "daily"

# Allow up to ten pull requests to be generated at any one time.
open-pull-requests-limit: 10

0 comments on commit 945f9c0

Please sign in to comment.