summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: e679178a6631432ac279f5e624df43a1d027b51c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "weekly"
    ignore:
      - dependency-name: "*"
        update-types:
          ["version-update:semver-patch", "version-update:semver-minor"]