Skip to content

Commit

Permalink
Create dependabot file
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
  • Loading branch information
khos2ow committed Dec 19, 2023
1 parent 795d369 commit 159bc83
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 159bc83

Please sign in to comment.