Skip to content

Commit

Permalink
- dependabot ignores typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
alegauss committed Sep 24, 2024
1 parent 9feb8a1 commit 1cb8633
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ updates:
target-branch: "0.3.9"
open-pull-requests-limit: 15
ignore:
# Ignore XWiki dependencies since we always keep them up to date and Dependabot has problems with maven properties
# defined in parent poms.
- dependency-name: "org.apache.nutch*"
- dependency-name: "org.apache.nutch:nutch"
groups:
java:
applies-to: version-updates
Expand All @@ -27,6 +25,8 @@ updates:
interval: "weekly"
target-branch: "0.3.9"
open-pull-requests-limit: 15
ignore:
- dependency-name: "typescript"
groups:
angular:
applies-to: version-updates
Expand Down
9 changes: 5 additions & 4 deletions turing-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turing-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"sonar-scanner": "^3.1.0",
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.6.2"
"typescript": "5.5.4"
}
}

0 comments on commit 1cb8633

Please sign in to comment.