Skip to content

Commit

Permalink
chore: Configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Dec 7, 2022
1 parent 3e343d4 commit 9fc8d1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

### Added
- docs: Add alternatives

### Changed
- chore(deps): Update devDependencies
- test(e2e): Rename cypress-10 folder to cypress-latest
Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
{
"matchPaths": ["test-e2e/cypress-latest/package.json"],
"matchPackageNames": ["cypress"],
"allowedVersions": "11.x"
"allowedVersions": "12.x"
},
{
"matchPaths": ["test-e2e/cypress-latest-no-plugin/package.json"],
"matchPackageNames": ["cypress"],
"allowedVersions": "11.x"
"allowedVersions": "12.x"
}
]
}

0 comments on commit 9fc8d1d

Please sign in to comment.