mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-12-26 12:28:54 +01:00
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:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user