diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fb9260f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + # 1. Go dependencies updates + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + + # 2. Docker image updates + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + + # 3. GitHub Actions updates + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + \ No newline at end of file