-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Monitor all Javascript packages as normal, and also keep an eye on the .NET projects (JSII Runtime & related integration tests), as well as the python and Ruby runtimes. It is not possible to monitor the Java runtime in the same way due to the `pom.xml` files being generated as part of the build. Had to replace references to "private" packages with local package references, as dependabot requires this (necessary tooling otherwise chokes on packages that do not resolve due to not being published).
- Loading branch information
1 parent
6526469
commit 1315be5
Showing
38 changed files
with
473 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
# See: https://dependabot.com/docs/config-file/ | ||
version: 1 | ||
update_configs: | ||
# Dependabot will detect the lerna mono-repo and discover packages in there | ||
- directory: / | ||
package_manager: javascript | ||
update_schedule: live | ||
ignored_updates: | ||
- match: | ||
# Don't suggest upgrading @types/node to versions >= 9 | ||
dependency_name: '@types/node' | ||
version_requirement: '>= 9' | ||
- match: | ||
# Don't suggest upgrading decamelize to version >= 2 | ||
dependency_name: decamelize | ||
version_requirement: '>= 2' | ||
- match: | ||
# Don't suggest upgrading @types/decamelize to version >= 2 | ||
dependency_name: '@types/decamelize' | ||
version_requirement: '>= 2' | ||
version_requirement_updates: increase_versions | ||
|
||
- directory: /packages/jsii-dotnet-jsonmodel/src/Amazon.JSII.JsonModel | ||
package_manager: dotnet:nuget | ||
update_schedule: daily | ||
|
||
- directory: /packages/jsii-dotnet-jsonmodel/src/Amazon.JSII.JsonModel.UnitTests | ||
package_manager: dotnet:nuget | ||
update_schedule: daily | ||
|
||
- directory: /packages/jsii-dotnet-runtime/src/Amazon.JSII.Runtime | ||
package_manager: dotnet:nuget | ||
update_schedule: daily | ||
|
||
- directory: /packages/jsii-dotnet-runtime/src/Amazon.JSII.Runtime.UnitTests | ||
package_manager: dotnet:nuget | ||
update_schedule: daily | ||
|
||
- directory: /packages/jsii-dotnet-runtime-test/test/Amazon.JSII.Runtime.IntegrationTests | ||
package_manager: dotnet:nuget | ||
update_schedule: daily | ||
|
||
- directory: /packages/jsii-python-runtime | ||
package_manager: python | ||
update_schedule: live | ||
version_requirement_updates: auto | ||
|
||
- directory: /packages/jsii-ruby-runtime/project | ||
package_manager: ruby:bundler | ||
update_schedule: live | ||
version_requirement_updates: increase_versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.