Skip to content

Commit

Permalink
Merge pull request #1 from pglez82/master
Browse files Browse the repository at this point in the history
Merging from latest changes in asw2324_0
  • Loading branch information
labra authored Jan 18, 2024
2 parents e0d2580 + 53397c1 commit 7253a36
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,24 @@ updates:
directory: "/webapp" # Location of package manifests
schedule:
interval: "weekly"
ignore: # Ignore the non-LTS node versions (17/01/2024 >20)
- dependency-name: "node"
versions: ["21.x","22.x","23.x","24.x"]
- package-ecosystem: "npm" # See documentation for possible values
directory: "/webapp" # Location of package manifests
schedule:
interval: "weekly"
ignore: # Avoid puppeteer+jest version updates to avoid incompatibilities/problems in CI-CD
- dependency-name: "puppeteer*"
- dependency-name: "jest*"
# Maintain the npm dependencies of the GatewayService
- package-ecosystem: "docker" # See documentation for possible values
directory: "/gatewayservice" # Location of package manifests
schedule:
interval: "weekly"
ignore: # Ignore the non-LTS node versions (17/01/2024 >20)
- dependency-name: "node"
versions: ["21.x","22.x","23.x","24.x"]
- package-ecosystem: "npm" # See documentation for possible values
directory: "/gatewayservice" # Location of package manifests
schedule:
Expand All @@ -32,6 +41,9 @@ updates:
directory: "/users/authservice" # Location of package manifests
schedule:
interval: "weekly"
ignore: # Ignore the non-LTS node versions (17/01/2024 >20)
- dependency-name: "node"
versions: ["21.x","22.x","23.x","24.x"]
- package-ecosystem: "npm" # See documentation for possible values
directory: "/users/authservice" # Location of package manifests
schedule:
Expand All @@ -41,6 +53,9 @@ updates:
directory: "/users/userservice" # Location of package manifests
schedule:
interval: "weekly"
ignore: # Ignore the non-LTS node versions (17/01/2024 >20)
- dependency-name: "node"
versions: ["21.x","22.x","23.x","24.x"]
- package-ecosystem: "npm" # See documentation for possible values
directory: "/users/userservice" # Location of package manifests
schedule:
Expand Down

0 comments on commit 7253a36

Please sign in to comment.