summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-11-08 10:53:16 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-08 10:53:16 +0100
commit18e7e0073224d9bf44c37341f8670c99886ef825 (patch)
tree0e912779a4b9b9890c25c001aa7ca96c4a04302a
parent[docs] add link to SELinux policy (#993) (diff)
downloadgotosocial-18e7e0073224d9bf44c37341f8670c99886ef825.tar.xz
[chore] dependabot: prefix correctly, ignore npm deps (#1001)
-rw-r--r--.github/dependabot.yml9
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"