Skip to content

Commit e07eea3

Browse files
Merge pull request #122 from SiftScience/agaraschuk-sift-Dependabot-scan
Create dependabot.yml
2 parents 84b247d + 8a77514 commit e07eea3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gradle"
4+
directory: "/" # Location of your `build.gradle` or `build.gradle.kts`
5+
schedule:
6+
interval: "daily" # Options: "daily", "weekly", "monthly"
7+
open-pull-requests-limit: 10
8+
rebase-strategy: "auto"
9+
commit-message:
10+
prefix: "chore"
11+
include: "scope"

0 commit comments

Comments
 (0)