Skip to content

Commit

Permalink
feat: update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 authored Jun 24, 2022
1 parent 1f6ee4d commit 7e480a4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@ updates:
- package-ecosystem: "github-actions"
directory: "/.github/"
schedule:
interval: "weekly"
interval: "monthly"
reviewers:
- "gliff-ai/techteam"
- "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/techteam"
- "gliff-ai/frontend"
ignore:
- dependency-name: "*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]

0 comments on commit 7e480a4

Please sign in to comment.