We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd98cd commit 83f243aCopy full SHA for 83f243a
2 files changed
.github/dependabot.yml
@@ -0,0 +1,29 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "gomod"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "monday"
8
+ time: "09:00"
9
+ timezone: "Asia/Kolkata"
10
+ open-pull-requests-limit: 5
11
+ labels:
12
+ - "dependencies"
13
+ commit-message:
14
+ prefix: "chore(deps)"
15
+ include: "scope"
16
+
17
+ - package-ecosystem: "github-actions"
18
19
20
21
22
23
24
+ open-pull-requests-limit: 3
25
26
27
28
+ prefix: "chore(ci)"
29
.github/workflows/dependabot-auto-merge.yml
@@ -0,0 +1,5 @@
+name: Dependabot auto-merge
+on: pull_request
+jobs:
+ auto-merge:
+ uses: 1mb-dev/.github/.github/workflows/dependabot-auto-merge.yml@main
0 commit comments