Skip to content

Commit

Permalink
Add Dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner committed Dec 6, 2024
1 parent 106ff9b commit 08ae8a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
# Enable version updates for npm dependencies
- package-ecosystem: "npm"
directory: "/" # Location of package.json file
schedule:
interval: "weekly"

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/" # Location of GitHub Actions workflows
schedule:
interval: "weekly"

0 comments on commit 08ae8a7

Please sign in to comment.