diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..0753ea1a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Copyright (C) The libssh2 project and its contributors. +# +# SPDX-License-Identifier: BSD-3-Clause + +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'