feat(provider): add provider configuration

This commit is contained in:
Julien Dessaux 2025-05-07 09:58:11 +02:00
commit 349b11254d
Signed by: adyxax
GPG key ID: F92E51B86E07177E
20 changed files with 1167 additions and 0 deletions

12
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,12 @@
# See GitHub's documentation for more information on this file:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"