diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1cb99c6b..d5c1043e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,22 @@ version: 2 updates: - - package-ecosystem: npm + - package-ecosystem: github-actions directory: / schedule: interval: weekly - - package-ecosystem: docker + day: sunday + time: "12:00" + - package-ecosystem: npm directory: / schedule: interval: weekly - - package-ecosystem: github-actions + day: sunday + time: "12:00" + allow: + - dependency-type: all + - package-ecosystem: docker directory: / schedule: interval: weekly + day: sunday + time: "12:00"