Skip to content

Commit

Permalink
Maintain dependencies for GitHub Actions (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 authored Apr 27, 2022
1 parent 1f7edc1 commit 092d093
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ updates:
# update too often, ignore patch releases
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 092d093

Please sign in to comment.