mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 10:15:02 +08:00
1cbab46f5c
- Add funding configuration file with multiple supported platforms - Add Dependabot configuration for GitHub Actions and Go modules with weekly updates - Add CodeQL analysis workflow for Go language - Add Docker image build and push workflow for multiple platforms - Add GoReleaser workflow for automated releases on tag push - Add linting and testing workflow with Go setup, Dockerfile linting, and Codecov integration Signed-off-by: appleboy <appleboy.tw@gmail.com>
11 lines
195 B
YAML
11 lines
195 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|