diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a238080..e90091c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,14 @@ registries: username: dummy # Required by dependabot password: dummy # Required by dependabot updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 10 ignore: - dependency-name: "@types/node" - package-ecosystem: "gradle"