diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d608a8244..2118a67c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,13 @@ updates: - package-ecosystem: "gomod" directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" + ignore: + - dependency-name: "bazil.org/fuse" + - dependency-name: "golang.org/x/oauth2" # Dependencies listed in .github/workflows/*.yml - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"