diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92da8a6..2aea436 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,21 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/.github/" - schedule: - interval: "monthly" - reviewers: - - "gliff-ai/ci-cd" - commit-message: - prefix: "chore: " - - package-ecosystem: "npm" - # ignore all minor and patch updates as these will be caught by our gliff-ai-robot - directory: "/" - schedule: - interval: "weekly" - reviewers: - - "gliff-ai/frontend" - ignore: - - dependency-name: "*" - update-types: - ["version-update:semver-minor", "version-update:semver-patch"] +# version: 2 +# updates: +# - package-ecosystem: "github-actions" +# directory: "/.github/" +# schedule: +# interval: "monthly" +# reviewers: +# - "gliff-ai/ci-cd" +# commit-message: +# prefix: "chore: " +# - package-ecosystem: "npm" +# # ignore all minor and patch updates as these will be caught by our gliff-ai-robot +# directory: "/" +# schedule: +# interval: "weekly" +# reviewers: +# - "gliff-ai/frontend" +# ignore: +# - dependency-name: "*" +# update-types: +# ["version-update:semver-minor", "version-update:semver-patch"]