1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00

Dockerfile: pin Debian trixie image, enable Dependabot

- pin Debian trixie Docker image to hash.
- set Dependabot to update the pin once every month.
- set Dependabot commit message prefixes to `GHA:` (to match curl).

Closes #1724
This commit is contained in:
Viktor Szakats
2025-10-13 18:49:15 +02:00
parent 51f6259d18
commit d223094467
2 changed files with 13 additions and 1 deletions

View File

@@ -8,8 +8,19 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
commit-message:
prefix: 'GHA:'
- package-ecosystem: 'pip'
directory: '/.github/workflows'
schedule:
interval: 'monthly'
commit-message:
prefix: 'GHA:'
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: 'GHA:'