diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6c79bc..7aa6c6d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,14 @@ updates: target-branch: "main" reviewers: - "Improwised/devops-technocrats" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + target-branch: "main" + reviewers: + - "Improwised/devops-technocrats" +# Configuration for "jdk" branch - package-ecosystem: "docker" directory: "/" schedule: @@ -23,5 +31,6 @@ updates: directory: "/" schedule: interval: "daily" + target-branch: "jdk" reviewers: - "Improwised/devops-technocrats"