0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-05 21:16:11 +01:00

Merge 63c9ccd2262a30b64ea35dd878c6d396e77cc00b into 39c08ce4c18b2015de516d6e7dc0371438eab557

This commit is contained in:
techknowlogick 2025-10-29 11:47:53 -04:00 committed by GitHub
commit 202abb0381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,23 @@
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: [ "*" ]