Delete .forgejo/dependabot.yml

Signed-off-by: XenGi <cccb-git@xengi.de>
This commit is contained in:
XenGi 2023-11-24 11:15:25 +01:00
parent ee7ef8cb41
commit aa6aed6664

View file

@ -1,24 +0,0 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "next"
schedule:
interval: "weekly"
commit-message:
prefix: "gh-action"
labels:
- "gh-action"
- "dependencies"
- package-ecosystem: "pip"
directory: "/"
target-branch: "next"
schedule:
interval: "weekly"
commit-message:
prefix: "python"
labels:
- "python"
- "dependencies"