Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:deNBI/cloud-portal-client
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Apr 18, 2023
2 parents ce2d78f + 4e4a8b5 commit bc5eff1
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docker-compose.bibigrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

bibigrid:
container_name: bibigrid
image: bibiserv/bibigrid:${BIBIGRID_TAG}
image: quay.io/denbicloud/bibigrid:${BIBIGRID_TAG}
volumes:
- ./scripts/bibigrid/clear_keys_cron:/etc/crontabs/root
env_file:
Expand Down
61 changes: 44 additions & 17 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,50 @@
"config:base",
":automergePatch"
],
"packageRules": [
{
"updateTypes": ["major"],
"addLabels": ["major"]
},
{
"updateTypes": ["minor"],
"addLabels": ["minor"]
},
{
"updateTypes": ["patch"],
"addLabels": ["patch"]
},
{
"updateTypes": ["pin"],
"addLabels": ["pin"]
}
"packageRules":[
{
"matchPackagePatterns":[
"*"
],
"matchUpdateTypes":[
"minor",
"patch"
],
"groupName":"all non-major dependencies",
"groupSlug":"all-minor-patch"
},
{
"updateTypes":[
"major"
],
"addLabels":[
"major"
]
},
{
"updateTypes":[
"minor"
],
"addLabels":[
"minor"
]
},
{
"updateTypes":[
"patch"
],
"addLabels":[
"patch"
]
},
{
"updateTypes":[
"pin"
],
"addLabels":[
"pin"
]
}
],
"vulnerabilityAlerts": {
"labels": ["security"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ flake8==6.0.0
paramiko==3.1.0
ruamel.yaml==0.17.21
pyvim==3.0.3
redis==4.5.3
redis==4.5.4
requests==2.28.2
pyyaml==6.0

0 comments on commit bc5eff1

Please sign in to comment.