diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20d5f35..008272a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,18 @@ version: 2 updates: - - package-ecosystem: gomod + - package-ecosystem: "gomod" + commit-message: + prefix: "deps:" directory: "/" schedule: - interval: daily - - package-ecosystem: github-actions + interval: "weekly" + day: "sunday" + time: "09:00" + - package-ecosystem: "github-actions" + commit-message: + prefix: "ci:" directory: "/" schedule: - interval: daily + interval: "weekly" + day: "sunday" + time: "09:00"