Skip to content

Commit

Permalink
build(ci): add settings to check library versions daily (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Apr 18, 2023
1 parent d8fec4b commit a8b2c3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -3,6 +3,14 @@

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: "daily"

- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down

0 comments on commit a8b2c3a

Please sign in to comment.