Skip to content

Commit

Permalink
add github actions in dependabot check (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
notanengineercom authored Oct 13, 2022
1 parent b642745 commit 0cb621b
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 30
ignore:
- dependency-name: typescript
versions:
- 4.1.4

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10

0 comments on commit 0cb621b

Please sign in to comment.