Skip to content

Commit

Permalink
chore(deps): drop Dependabot support for v3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Oct 9, 2024
1 parent b035bc3 commit 19cf479
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# v4
version: 2
updates:
- package-ecosystem: "npm"
target-branch: main
directory: "."
schedule:
interval: "daily"
Expand All @@ -12,26 +10,6 @@ updates:
patterns:
- "*"
- package-ecosystem: "github-actions"
target-branch: main
directory: ".github/workflows"
schedule:
interval: "daily"
groups:
gha:
patterns:
- "*"
- package-ecosystem: "npm"
target-branch: v3
directory: "."
schedule:
interval: "daily"
versioning-strategy: increase
groups:
npm:
patterns:
- "*"
- package-ecosystem: "github-actions"
target-branch: v3
directory: ".github/workflows"
schedule:
interval: "daily"
Expand Down

0 comments on commit 19cf479

Please sign in to comment.