Skip to content

Commit 159bc83

Browse files
committed
Create dependabot file
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 795d369 commit 159bc83

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
# 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
8+
open-pull-requests-limit: 0
9+
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: weekly
14+
open-pull-requests-limit: 3
15+
16+
- package-ecosystem: docker
17+
directory: "/"
18+
schedule:
19+
interval: weekly
20+
open-pull-requests-limit: 1
21+
- package-ecosystem: docker
22+
directory: "/scripts"
23+
schedule:
24+
interval: weekly
25+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)