From a5ae2517ee6b8422d2e720b589835882ed6a5385 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Sat, 8 Oct 2022 11:24:50 +0100 Subject: [PATCH] chore: Add docker and GH actions to dependabot --- .github/dependabot.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c7ef255..094f547 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,15 @@ updates: rebase-strategy: "auto" ignore: - dependency-name: "*" - update-types: ["version-update:semver-major"] + update-types: ["version-update:semver-major"] + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" \ No newline at end of file