diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8a6e843 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + # Go module (lives under go/) + - package-ecosystem: gomod + directory: /go + schedule: + interval: weekly + commit-message: + prefix: gomod + + # GitHub Actions workflows (.github/workflows) + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + commit-message: + prefix: actions