dependabot
Here are 149 public repositories matching this topic...
-
Updated
Aug 3, 2022 - JavaScript
-
Updated
Aug 3, 2022 - JavaScript
-
Updated
Jul 27, 2022 - Ruby
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
Starting from this issue:
The same issue above happened to the fastify's modules as well.
I think the target: minor is a more secure d
-
Updated
Aug 2, 2022 - CSS
-
Updated
Aug 1, 2022 - Ruby
In order to improve the code quality of gomerge, we should implement a number of automated code quality checks.
This issue related specifically to gofmt. This should be added a pre-commit hook to ensure all commits maintain the go standard. It would be nice to have this as a command available to be run via the existing Makefile too.
Implementing this enhancement may bring to light fo
-
Updated
Aug 1, 2022 - TypeScript
-
Updated
May 11, 2022 - Ruby
-
Updated
Aug 7, 2021 - TypeScript
-
Updated
Feb 15, 2022 - Shell
-
Updated
Jan 15, 2022 - Groovy
-
Updated
Aug 3, 2022 - Go
Deploy Maven Build
Use GitHub Actions to deploy the Maven build to remote repository (preferably Nexus) if static code analysis using SonarQube passes which is referenced in #17
Documentation Issues
-
Updated
Jul 28, 2022 - TypeScript
-
Updated
Sep 22, 2021 - C#
-
Updated
Aug 2, 2022 - TypeScript
-
Updated
Aug 1, 2022 - Kotlin
-
Updated
Jul 28, 2022
-
Updated
Aug 1, 2022 - Java
Automate notifications to include the pull request title in addition to the PR number
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jun 27, 2022
-
Updated
May 5, 2022 - Shell
-
Updated
Jan 27, 2022 - Ruby
-
Updated
Jul 25, 2022 - Shell
-
Updated
Oct 13, 2021 - Python
Improve this page
Add a description, image, and links to the dependabot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependabot topic, visit your repo's landing page and select "manage topics."


I use version strings that allow for updates to minor versions, such as:
The version restriction is
^1.3.0, a caret version, which allows 1.x major release provided it is equal to 1.3.0 or newer. A related syntax is a~tilde version restriction, which pins the minor version , such that~1.3.0would accept 1.3.8