You've already forked setup-java
mirror of
https://gh-proxy.com/github.com/actions/setup-java.git
synced 2026-08-04 22:08:35 +08:00
chore(deps): ignore TypeScript major updates
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,9 @@ updates:
|
|||||||
# Check the npm registry for updates every day (weekdays)
|
# Check the npm registry for updates every day (weekdays)
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'weekly'
|
interval: 'weekly'
|
||||||
|
ignore:
|
||||||
|
- dependency-name: 'typescript'
|
||||||
|
update-types: ['version-update:semver-major']
|
||||||
|
|
||||||
# Enable version updates for GitHub Actions
|
# Enable version updates for GitHub Actions
|
||||||
- package-ecosystem: 'github-actions'
|
- package-ecosystem: 'github-actions'
|
||||||
|
|||||||
Reference in New Issue
Block a user