Skip to content

Commit

Permalink
Merge 3508d7f into 76a2173
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Jun 7, 2021
2 parents 76a2173 + 3508d7f commit a0a6fdb
Show file tree
Hide file tree
Showing 3 changed files with 5,034 additions and 18,173 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,13 @@
# Basic dependabot.yml file with
# minimum configuration for two package managers

version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "weekly"
versioning-strategy: increase-if-necessary

0 comments on commit a0a6fdb

Please sign in to comment.