Skip to content

Commit

Permalink
Add dependabot alerting and watch for bundler, npm and action updates (
Browse files Browse the repository at this point in the history
…#353)

Signed-off-by: Eduard Itrich <[email protected]>
  • Loading branch information
itrich authored Jul 28, 2022
1 parent 6f019c4 commit bb72b63
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Basic set up for three 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"

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

0 comments on commit bb72b63

Please sign in to comment.