Skip to content

Commit

Permalink
chore: Config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Sep 23, 2024
1 parent 6799d94 commit a574dff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
{
"matchDepTypes": ["peerDependencies"],
"enabled": false
},
{
"matchBaseBranches": ["eslint-v9"],
"matchPackageNames": ["!/^(@types\/)?eslint$/"],
"enabled": false
},
{
"matchBaseBranches": ["eslint-v9"],
"labels": ["dependencies", "v9"]
}
],
"baseBranches": [
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- 'master'
- 'eslint-v9'

jobs:
test-pr:
Expand Down

0 comments on commit a574dff

Please # to comment.