mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 19:32:11 +00:00
fix: Update Dependabot to use conventional commits (#153)
This commit is contained in:
parent
4dedacee58
commit
b4dc289f07
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -10,13 +10,21 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
versioning-strategy: lockfile-only
|
||||||
|
commit-message:
|
||||||
|
prefix: build
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/server"
|
directory: "/server"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
versioning-strategy: lockfile-only
|
||||||
|
commit-message:
|
||||||
|
prefix: build
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
commit-message:
|
||||||
|
prefix: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user