Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Marlon Ugocioni Marcello <[email protected]>
  • Loading branch information
marlonmarcello committed Aug 8, 2024
1 parent 19660f3 commit 6482f7d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ updates:
- "security"
reviewers:
- "wethegit/developers"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "npm"
directory: "/packages/eslint-config-custom/"
schedule:
Expand All @@ -20,6 +23,9 @@ updates:
- "security"
reviewers:
- "wethegit/developers"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "npm"
directory: "/packages/lint-staged-config/"
schedule:
Expand All @@ -30,6 +36,9 @@ updates:
- "security"
reviewers:
- "wethegit/developers"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "npm"
directory: "/packages/stylelint-config-custom/"
schedule:
Expand All @@ -40,6 +49,9 @@ updates:
- "security"
reviewers:
- "wethegit/developers"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "npm"
directory: "/packages/tsconfig/"
schedule:
Expand All @@ -60,6 +72,9 @@ updates:
- "security"
reviewers:
- "wethegit/developers"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "npm"
directory: "/packages/wethegit-components-cli/"
schedule:
Expand All @@ -70,3 +85,6 @@ updates:
- "security"
reviewers:
- "wethegit/developers"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 6482f7d

Please sign in to comment.