Skip to content

Commit

Permalink
Scope GitHub Actions into dependabot (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Oct 4, 2023
1 parent ee82e65 commit 380b979
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"

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

0 comments on commit 380b979

Please sign in to comment.