chore: add CI, dependabot, and release workflow

This commit is contained in:
Arkadiy Kukarkin
2026-05-26 21:55:09 +02:00
parent df0b4b4a76
commit 5261ee927e
3 changed files with 83 additions and 0 deletions

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

@@ -0,0 +1,22 @@
version: 2
updates:
# go modules -- one grouped PR for everything
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
go-deps:
patterns: ["*"]
# dockerfile base images (golang, alpine)
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
# the workflow actions themselves
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly