The Wayback Machine - https://web.archive.org/web/20220803110121/https://github.com/topics/dependabot
Skip to content
#

dependabot

Here are 149 public repositories matching this topic...

mjpieters
mjpieters commented Oct 12, 2020

I use version strings that allow for updates to minor versions, such as:

importlib_metadata = { version = "^1.3.0", python = "< 3.8" }

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.0 would accept 1.3.8

good first issue
Eomm
Eomm commented Dec 7, 2021

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

documentation enhancement good first issue
Cian911
Cian911 commented Nov 9, 2021

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

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the dependabot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dependabot topic, visit your repo's landing page and select "manage topics."

Learn more