Create dependabot.yml

Signed-off-by: Prad Nukala <prad@sonr.io>
This commit is contained in:
Prad Nukala
2024-10-08 11:53:18 -04:00
committed by GitHub
parent 2772e568d5
commit ded13c232c
+11
View File
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"