diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8270a47..1bacc70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,23 @@ version: 2 updates: - - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "gomod" + directory: "/" schedule: interval: "weekly" + day: "monday" + target-branch: main + commit-message: + prefix: ":seedling:" + include: scope - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + day: "monday" + target-branch: main + commit-message: + prefix: ":seedling:" + include: scope + groups: + all-github-actions: + patterns: ["*"]