Skip to content

Commit

Permalink
chore: add dependabot yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon authored Apr 8, 2024
1 parent d7676b0 commit de84f34
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
ignore:
# For all packages, ignore all patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit de84f34

Please sign in to comment.