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
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/web/source" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "[chore]"
|
||||
labels:
|
||||
- "chore"
|
||||
|
|
Loading…
Reference in a new issue