diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9eea8b2..d3aaefb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "gradle" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "weekly" # How often to check for updates diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 5db777e..9a8b350 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,8 +1,6 @@ name: 'Dependency review' on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ]