Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota authored Apr 14, 2023
1 parent 3875f82 commit c1a5cbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: "/one"
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "eslint"
- dependency-name: "nodemon"
Expand All @@ -12,7 +12,7 @@ updates:
- package-ecosystem: "npm"
directory: "/two"
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "eslint"
- dependency-name: "nodemon"
Expand All @@ -21,7 +21,7 @@ updates:
- package-ecosystem: "npm"
directory: "/three"
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "eslint"
- dependency-name: "nodemon"
Expand All @@ -30,7 +30,7 @@ updates:
- package-ecosystem: "npm"
directory: "/four"
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "eslint"
- dependency-name: "nodemon"
Expand All @@ -39,7 +39,7 @@ updates:
- package-ecosystem: "npm"
directory: "/five"
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "eslint"
- dependency-name: "nodemon"
Expand Down

0 comments on commit c1a5cbb

Please sign in to comment.