diff options
author | 2022-11-08 10:53:16 +0100 | |
---|---|---|
committer | 2022-11-08 10:53:16 +0100 | |
commit | 18e7e0073224d9bf44c37341f8670c99886ef825 (patch) | |
tree | 0e912779a4b9b9890c25c001aa7ca96c4a04302a | |
parent | [docs] add link to SELinux policy (#993) (diff) | |
download | gotosocial-18e7e0073224d9bf44c37341f8670c99886ef825.tar.xz |
[chore] dependabot: prefix correctly, ignore npm deps (#1001)
-rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e91d73539..a636b39f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" |