Skip to content

Commit

Permalink
change dependabot frequency to weekly (#699)
Browse files Browse the repository at this point in the history
also removes auto-merge workflow

Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed May 1, 2024
1 parent bf9c445 commit cb97343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
interval: weekly
versioning-strategy: auto
open-pull-requests-limit: 10
groups:
Expand All @@ -23,7 +23,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
groups:
minor-patch:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/auto-merge.yml

This file was deleted.

0 comments on commit cb97343

Please sign in to comment.