Skip to content

Commit

Permalink
feat: pause dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Jan 4, 2024
1 parent f904acd commit b88f18f
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit b88f18f

Please sign in to comment.