Create dependabot file

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2023-12-19 18:25:28 -05:00
parent 795d369fdc
commit 159bc834bd

25
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
# setting this to 0 means only allowing security updates, see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 3
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 1
- package-ecosystem: docker
directory: "/scripts"
schedule:
interval: weekly
open-pull-requests-limit: 1