mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore: group dependency updates
This commit is contained in:
parent
c77fe2b61e
commit
85a86be703
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -7,6 +7,10 @@ updates:
|
|||
target-branch: "main"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
groups:
|
||||
all:
|
||||
patterns:
|
||||
- "*"
|
||||
ignore:
|
||||
- dependency-name: "softprops/action-gh-release"
|
||||
# https://github.com/softprops/action-gh-release/issues/556
|
||||
|
@ -18,3 +22,10 @@ updates:
|
|||
target-branch: "main"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
groups:
|
||||
minor-patch:
|
||||
patterns:
|
||||
- "*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
|
Loading…
Reference in a new issue