Skip to content

Commit

Permalink
chore: update dependabot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon committed Apr 8, 2024
1 parent 54b5f40 commit 5ca0677
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
Expand All @@ -12,4 +7,9 @@ updates:
ignore:
# For all packages, ignore all patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major"]
update-types: ["version-update:semver-major"]

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

0 comments on commit 5ca0677

Please sign in to comment.