diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c082a524a..620018e91 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -235,3 +235,27 @@ updates: directory: "/.github/actions/setup-terraform-docs" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/.github/actions/setup-updatebot" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/.github/actions/update-deployment-runtime-versions" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/.github/actions/update-pom-to-next-pre-release" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/.github/actions/update-project-base-tag" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/.github/actions/validate-maven-versions" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/.github/actions/veracode" + schedule: + interval: "weekly"