diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c571cd..dba6674 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,14 @@ version: 2 updates: - package-ecosystem: "docker" - directory: "/" + directory: "/pdns" + schedule: + interval: "monthly" + - package-ecosystem: "docker" + directory: "/pdns-recursor" + schedule: + interval: "monthly" + - package-ecosystem: "docker" + directory: "/pdns-admin-base-ngoduykhanh" schedule: interval: "monthly"