diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd19226..1f2b20a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,5 @@ +# Docs: + version: 2 updates: - package-ecosystem: gomod @@ -6,3 +8,17 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 + +- package-ecosystem: docker + directory: "/" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 10 + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 10