mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
...in order to update the GitHub Actions package versions. I noted that the versions of `actions/checkout` in use were out of date. Didn't want to leave it unautomated.
9 lines
164 B
YAML
9 lines
164 B
YAML
version: 2
|
|
updates:
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|