Skip to content

Commit

Permalink
chore(ci): drop 3.x from dependabot updates
Browse files Browse the repository at this point in the history
We no longer actively maintain 3.x branch.

Also added @grgrzybek to the dependabot reviewers.
  • Loading branch information
tadayosi committed Aug 2, 2024
1 parent ece31d4 commit 740a618
Showing 1 changed file with 5 additions and 48 deletions.
53 changes: 5 additions & 48 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,19 @@ updates:
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: maven
directory: '/'
schedule:
interval: monthly
target-branch: '3.x'
open-pull-requests-limit: 10
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: npm
directory: '/console'
schedule:
interval: monthly
open-pull-requests-limit: 10
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- grgrzybek
- package-ecosystem: npm
directory: '/console'
schedule:
interval: monthly
target-branch: '3.x'
open-pull-requests-limit: 10
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- grgrzybek
- package-ecosystem: npm
directory: '/console-minimal'
schedule:
Expand All @@ -57,6 +35,7 @@ updates:
- mmelko
- jsolovjo
- mmuzikar
- grgrzybek
- package-ecosystem: npm
directory: '/examples/sample-plugin'
schedule:
Expand All @@ -68,38 +47,16 @@ updates:
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: npm
directory: '/examples/sample-plugin'
schedule:
interval: monthly
target-branch: '3.x'
open-pull-requests-limit: 10
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- grgrzybek
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
target-branch: '3.x'
open-pull-requests-limit: 10
reviewers:
- tadayosi
- phantomjinx
- mmelko
- jsolovjo
- mmuzikar
- grgrzybek

0 comments on commit 740a618

Please sign in to comment.