Skip to content

Commit

Permalink
build(dependabot): set commit message prefix; lower pull limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Mar 1, 2021
1 parent 15cf4f1 commit 8e0ca65
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
version: 2
updates:
- package-ecosystem: github-actions
commit-message:
include: scope
prefix: build
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 99
open-pull-requests-limit: 25

- package-ecosystem: npm
commit-message:
include: scope
prefix: build
directory: /
ignore:
- dependency-name: "husky"
versions: ["5.x"]
schedule:
interval: monthly
open-pull-requests-limit: 99
open-pull-requests-limit: 25

0 comments on commit 8e0ca65

Please sign in to comment.