Skip to content

Commit

Permalink
Merge pull request #117 from wp-pot/dependabot
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
rasmusbe committed Oct 1, 2020
2 parents 5b8b718 + 02e72e5 commit d51d78d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,16 @@
# Basic set up for package managers

version: 2
updates:

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

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

0 comments on commit d51d78d

Please sign in to comment.