diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90a237d..5534037 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,7 @@ updates: schedule: interval: "weekly" labels: + - "gomod" - "dependencies" - package-ecosystem: "github-actions" # Look for `.github/workflows` in the `root` directory @@ -17,3 +18,6 @@ updates: # Check for updates once a week schedule: interval: "weekly" + labels: + - "github_actions" + - "dependencies"