dependency-manager
A package manager or package management system is a collection of software tools that automate the process of installing, upgrading, configuring, or removing computer programs for a computer's operating system in a consistent manner.
Here are 274 public repositories matching this topic...
-
Updated
Sep 5, 2020 - Go
-
Updated
Sep 17, 2020 - Ruby
The current scenario when virtualenvs.in-project = true is specified, is that we default to creating .venv as the virtual environment. This needs to be improved to support multiple versions of python.
Ideally we will end up having a structure similar to the one below.
.
└── .venv
├── 3.7
├── 3.8
└── 3.9
Concensus Required
- Directory structure and na
-
Updated
May 17, 2020 - Ruby
-
Updated
Sep 10, 2020 - TypeScript
What would you like Renovate to be able to do?
I would like Renovate to renovate the .bazelversion file, which is a file that says what Bazel version the project is using. This file is consumed by Bazelisk to fetch and run the correct Bazel version.
Did you already have any implementation ideas?
- Check what the [latest releas
Is your feature request related to a problem? Please describe.
Not related to a problem
Describe the solution you'd like
We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.
_Edit from @arschles - we have focused this issue to just the twitte
-
Updated
May 30, 2020 - JavaScript
-
Updated
Sep 2, 2020 - CMake
-
Updated
Aug 25, 2020 - Swift
-
Updated
Jul 21, 2020 - Python
-
Updated
Sep 10, 2020
-
Updated
Feb 5, 2019 - C#
-
Updated
May 18, 2020 - Ruby
-
Updated
Dec 20, 2019 - Python
-
Updated
Sep 10, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Sep 13, 2020 - CMake
fury layer init --git should initialize a Git repo in the layer directory, and fury layer init --github-actions should set up CI for the repo with Github Actions. We can add support for Travis, Jenkins and anything else later.
-
Updated
Apr 23, 2018 - Python
stefanmaric / g
-
Updated
May 11, 2020 - Shell
-
Updated
Sep 7, 2020 - PowerShell
-
Updated
Sep 4, 2020 - Python
-
Updated
Sep 10, 2020 - Dockerfile
Currently build agents run mbt version command at the end of the build. We should add a smoke test for each command (mbt describe | build | apply) to this list for release builds.


So if you happen to insert invalid version string when requiring package, it will still write it into
composer.jsonand nothing works after that. So for example;composer require phpunit/phpunit:"8.3.3 as ^8.3"My
composer.json:{ "require": { "phpunit/phpunit": "8.3.3 as ^8.3" } }Output of
composer diagnose: