File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- # Dependabot configuration:
2
- # https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
3
-
1
+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore
4
2
version : 2
5
3
updates :
6
- # Maintain dependencies for Gradle dependencies
7
4
- package-ecosystem : " gradle"
8
5
directory : " /"
9
6
schedule :
10
7
interval : " daily"
11
- # Maintain dependencies for GitHub Actions
8
+ ignore :
9
+ # Prevent Dependabot from updating LSP4J to new versions
10
+ # TODO: Remove this block after updating to the new PSES
11
+ - dependency-name : " org.eclipse.lsp4j:org.eclipse.lsp4j"
12
+ update-types :
13
+ - version-update:semver-major
14
+ - version-update:semver-minor
12
15
- package-ecosystem : " github-actions"
13
16
directory : " /"
14
17
schedule :
You can’t perform that action at this time.
0 commit comments