Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
feat: update dependencies [CAT-1531] (#35)
Browse files Browse the repository at this point in the history
* feat: allowed wider range of hapi/vision versions: v6, v7
* chore: updated outdated packages
* chore: replaced Renovate configuration with Dependabot
  • Loading branch information
kisaiev authored Feb 9, 2023
1 parent eddcfb2 commit 4e9a9cf
Show file tree
Hide file tree
Showing 4 changed files with 1,457 additions and 1,342 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
versioning-strategy: increase-if-necessary
schedule:
interval: "daily"
reviewers:
- "@ExpediaGroup/catalyst-committers"
open-pull-requests-limit: 10
ignore:
# Ignore Hapi major updates
- dependency-name: "@hapi/hapi"
update-types: ["version-update:semver-major"]
# Ignore Semantic Release major updates
- dependency-name: "semantic-release"
update-types: ["version-update:semver-major"]
Loading

0 comments on commit 4e9a9cf

Please sign in to comment.