de96a1faf5
- Remove Dependabot configuration file - Add CodeQL analysis workflow for code scanning - Add CodeQL workflow with scheduled runs and matrix configuration for Go language - Rename Go workflow to "Run Tests" - Update Go workflow branches configuration - Upgrade actions and tools versions in Go workflow - Expand Go workflow matrix to include multiple OS and Go versions - Add GoReleaser workflow for automated releases Signed-off-by: Bo-Yi Wu <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
|