0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-13 10:41:50 +01:00

dependabot trial

This commit is contained in:
techknowlogick 2025-08-06 13:35:06 -04:00 committed by GitHub
parent 25ed31e220
commit bfb8c1b5e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
all-gomod:
patterns: [ "*" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
all-actions:
patterns: [ "*" ]
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "weekly"
groups:
all-devcontainers:
patterns: [ "*" ]
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
all-npm:
patterns: [ "*" ]