Remove dependabot.yml.

This commit is contained in:
IRHM
2026-07-18 12:58:30 +01:00
parent d777630e84
commit c2f72dbd9c
2 changed files with 4 additions and 27 deletions
-27
View File
@@ -1,27 +0,0 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Web UI
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ui"
# Server
- package-ecosystem: "gomod"
directory: "/server"
schedule:
interval: "weekly"
commit-message:
prefix: "server"
# Workflows
- package-ecosystem: "github-actions"
directory: "/" # / will look in /.github/workflows directory by default
schedule:
interval: "weekly"
commit-message:
prefix: "workflow"
+4
View File
@@ -14,6 +14,10 @@ These changes are awaiting release:
- `Include Previously Watched` regression (fixes https://github.com/sbondCo/Watcharr/issues/1027).
## Maintenance
- Remove `dependabot.yml`.
# [4.0.1] - 2026-07-16T10:12:00Z
## Changed