Reduced build time (#260)

The building and pushing of artifacts takes to long. With those changes
build experimental images aren't pushed anymore.
This saves build time and disc space.
This commit is contained in:
2023-10-23 19:43:53 +02:00
committed by GitHub
parent aca6648997
commit 77a0faa257
4 changed files with 13 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: pip # See documentation for possible values
directory: / # Location of package manifests
@@ -17,4 +17,4 @@ updates:
open-pull-requests-limit: 5
ignore:
- dependency-name: '*'
update-types: ["version-update:semver-major"]
update-types: ['version-update:semver-major']