diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4077584..fe3a155 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,18 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "npm" + directory: "/" schedule: - interval: "weekly" - open-pull-requests-limit: 2 + interval: "daily" + open-pull-requests-limit: 10 ignore: - dependency-name: "*" update-types: ["version-update:semver-major"] - + commit-message: + prefix: "chore" - package-ecosystem: "github-actions" directory: "/" + commit-message: + prefix: "chore" schedule: - interval: "daily" + interval: "monthly"