added .forgejo

This commit is contained in:
Marek Krug 2025-03-01 20:06:36 +01:00
parent 55a2411613
commit 7cf5c2ee0f
3 changed files with 102 additions and 0 deletions

28
.forgejo/dependabot.yml Normal file
View file

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