diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 203f3c889..408b566aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,6 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + ignore: + dependency-name: "upload-artifact"