Reasons were: - one language make it easier for maintenance, - workflow simplification, - not stopping when a script fails anymore (it's better to have a partial update than nothing), - use `GITHUB_OUTPUT` instead of the deprecated `set-output` command, - display a workflow summary with statistics about scripts and information about updated products. The commit message is not as good as it used to be, but it makes the diff process agnostic from the file format (will be needed soon when it will change), and it handles versions updates / removal, which was not supported by the previous script.
12 lines
208 B
YAML
12 lines
208 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|