diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 4ca67ad..3b82f57 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,4 +3,13 @@ updates: - package-ecosystem: gomod directory: / schedule: - interval: daily \ No newline at end of file + interval: daily + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + labels: + - "CI/CD" + commit-message: + prefix: "ci: " \ No newline at end of file