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

ci/GHA: enable Dependabot pip updates

Also switch to monthly from weekly for GHA updates.

Closes #1680
This commit is contained in:
Viktor Szakats
2025-09-25 21:37:50 +02:00
parent e990562281
commit cd37b7047f

View File

@@ -7,4 +7,9 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
interval: 'monthly'
- package-ecosystem: 'pip'
directory: '/'
schedule:
interval: 'monthly'