Compare commits

...

8 Commits

2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: portainer
services: services:
portainer-ce: portainer-ce:
image: portainer/portainer-ce:2.28.1 image: portainer/portainer-ce:2.31.0
container_name: portainer container_name: portainer
restart: unless-stopped restart: unless-stopped
volumes: volumes:

View File

@ -8,7 +8,8 @@
"packageRules": [ "packageRules": [
{ {
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"automerge": true "automerge": true,
"ignoreTests": true
} }
] ]
} }