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:
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@@ -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:'
|
||||
|
||||
Reference in New Issue
Block a user