Skip to content

Commit

Permalink
Lower dependabot update frequency
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard committed Feb 12, 2024
1 parent 253b380 commit 22baadb
Show file tree
Hide file tree
Showing 2 changed files with 4,771 additions and 3,907 deletions.
11 changes: 5 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "16:00"
open-pull-requests-limit: 1
interval: weekly
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "16:00"
open-pull-requests-limit: 1
interval: weekly
Loading

0 comments on commit 22baadb

Please sign in to comment.