Skip to content

Commit

Permalink
chore: Limit dependabot.yml to security bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Oct 24, 2023
1 parent f2294ce commit e8db09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@ updates:
interval: "daily"
commit-message:
prefix: "[actions]"
open-pull-requests-limit: 0

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[submodule]"
open-pull-requests-limit: 0

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[npm]"
open-pull-requests-limit: 0

0 comments on commit e8db09d

Please sign in to comment.