Skip to content

Commit

Permalink
Merge pull request #57 from MFB-Technologies-Inc/bugfix/47-ignore-exa…
Browse files Browse the repository at this point in the history
…mple-app-deps

Bugfix/47 ignore example app deps
  • Loading branch information
lemke-ethan authored Feb 26, 2025
2 parents 0e997ae + f9380dd commit e76a627
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
# version and security updates for the root application
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

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

# version and security updates for the example application
- package-ecosystem: "npm"
directory: "/example-app"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"

0 comments on commit e76a627

Please sign in to comment.