Skip to content

Commit

Permalink
Merge pull request #2927 from replicatedhq/St0rmz1-patch-1
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
St0rmz1 authored Jan 2, 2025
2 parents e3410c3 + c0e2f69 commit 2310243
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
# Update npm dependencies based on package.json
- package-ecosystem: "npm"
directory: "/" # Root directory
schedule:
interval: "weekly"

# Update Yarn dependencies based on yarn.lock
- package-ecosystem: "yarn"
directory: "/" # Root directory
schedule:
interval: "weekly"

# Keep Dependabot itself up to date
- package-ecosystem: "github-actions"
directory: "/" # Root directory (or specify if actions are elsewhere)
schedule:
interval: "weekly"

0 comments on commit 2310243

Please sign in to comment.