Skip to content

Commit

Permalink
build: add GitHub Actions to Dependabot for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 4, 2020
1 parent 765e8f2 commit 01d2d39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ updates:
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
# Check the npm registry for updates every weekday
schedule:
interval: "daily"
ignore:
- dependency-name: aws-sdk
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

0 comments on commit 01d2d39

Please sign in to comment.