mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[chore] dependabot: prefix correctly, ignore npm deps (#1001)
This commit is contained in:
parent
b08fd129e2
commit
18e7e00732
1 changed files with 4 additions and 5 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -9,8 +9,7 @@ updates:
|
||||||
directory: "/" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
commit-message:
|
||||||
- package-ecosystem: "npm" # See documentation for possible values
|
prefix: "[chore]"
|
||||||
directory: "/web/source" # Location of package manifests
|
labels:
|
||||||
schedule:
|
- "chore"
|
||||||
interval: "weekly"
|
|
||||||
|
|
Loading…
Reference in a new issue