diff options
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e710d1b..782a0ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" - allow: - - dependency-type: "direct" - security-updates: true + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |