-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 Combine Dependency-Update-Tool probes into one (#3981)
* add single probe for dependencyUpdateToolConfigured probe Signed-off-by: Spencer Schrock <[email protected]> * delete individual update tool probes Signed-off-by: Spencer Schrock <[email protected]> * use new update tool probe in evaluation Signed-off-by: Spencer Schrock <[email protected]> * fix dependency update tool tests The old test names were unclear, and didn't cover all supported tools. Additionally the warn count changed since there's only one probe now, instead of 3. Signed-off-by: Spencer Schrock <[email protected]> * clarify test name Signed-off-by: Spencer Schrock <[email protected]> --------- Signed-off-by: Spencer Schrock <[email protected]>
- Loading branch information
1 parent
153e06d
commit 46bb36a
Showing
15 changed files
with
216 additions
and
722 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Supported Tools | ||
* [Dependabot](https://docs.github.com/code-security/getting-started/dependabot-quickstart-guide) | ||
* Detection is based on a `.github/dependabot.yml` or `.github/dependabot.yaml` file. | ||
* [Renovate](https://docs.renovatebot.com/) | ||
* Detection is based on the configuration files listed [here](https://docs.renovatebot.com/configuration-options/) | ||
* [PyUp](https://github.com/pyupio/pyup) | ||
* Detection based on a `.pyup.yml` file | ||
|
||
# Add Support | ||
|
||
Don't see your update tool listed? | ||
Search for an existing issue, or create one, to discuss adding support. |
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.