mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-03-11 17:48:58 -05:00
Remove package.json, build.js, tests/*.mjs, .nvmrc, and the old website template. Update MAINTENANCE.md with Go CLI commands. Switch dependabot from npm to gomod. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
296 B
Markdown
14 lines
296 B
Markdown
version: 2
|
|
updates:
|
|
# Enable version updates for Go modules
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# Enable version updates for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|