-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add renovate.json * Team config * Regex tweaks * Pin exact versions * Scaledown includes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dragomir Penev <dragomir.penev@canonical.com>
- Loading branch information
1 parent
95b1de2
commit 864ee25
Showing
11 changed files
with
205 additions
and
160 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
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:base" | ||
], | ||
"reviewers": ["dragomirp", "marceloneppel", "taurus-forever"], | ||
"enabledManagers": ["poetry", "pip_requirements", "github-actions", "regex"], | ||
"schedule": ["after 1am and before 2am every weekday"], | ||
"timezone": "Etc/UTC", | ||
"prHourlyLimit": 0, | ||
"packageRules": [ | ||
{ | ||
"matchManagers": ["poetry", "pip_requirements", "regex"], | ||
"matchDatasources": ["pypi"], | ||
"groupName": "Python dependencies" | ||
}, { | ||
"matchManagers": ["github-actions"], | ||
"groupName": "GitHub actions" | ||
}, { | ||
"matchPackageNames": ["juju/juju"], | ||
"allowedVersions": "<3.0.0", | ||
"extractVersion": "^juju-(?<version>.*)$", | ||
"groupName": "Juju agent" | ||
}, { | ||
"matchPackageNames": ["juju"], | ||
"allowedVersions": "<3.0.0" | ||
} | ||
], | ||
"regexManagers": [ | ||
{ | ||
"fileMatch": ["^(workflow-templates|\\.github/workflows)/[^/]+\\.ya?ml$"], | ||
"matchStrings": ["agents-version: \\[\"(?<currentValue>.*?)\"\\] +# renovate: latest"], | ||
"depNameTemplate": "juju/juju", | ||
"datasourceTemplate": "github-releases", | ||
"versioningTemplate": "loose", | ||
"extractVersionTemplate": "Juju release" | ||
}, { | ||
"fileMatch": ["(^|/)([\\w-]*)charmcraft\\.ya?ml$"], | ||
"matchStrings": ["- (?<depName>.*?)==(?<currentValue>.*?) +# renovate"], | ||
"datasourceTemplate": "pypi", | ||
"versioningTemplate": "loose" | ||
} | ||
], | ||
"ignorePaths": [], | ||
"ignoreDeps": [] | ||
} |
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
6 changes: 3 additions & 3 deletions
6
tests/integration/ha_tests/application-charm/requirements.txt
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
6 changes: 3 additions & 3 deletions
6
tests/integration/new_relations/application-charm/requirements.txt
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