diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a988de8..b4fc454 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,16 @@ # Docs: version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - reviewers: - - "tarampampam" - assignees: - - "tarampampam" - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "weekly" - reviewers: - - "tarampampam" - assignees: - - "tarampampam" +updates: + - package-ecosystem: github-actions + directory: / + schedule: {interval: monthly} + reviewers: [tarampampam] + assignees: [tarampampam] + + - package-ecosystem: docker + directory: / + schedule: {interval: monthly} + reviewers: [tarampampam] + assignees: [tarampampam]