Skip to content

Commit 794f178

Browse files
authored
Merge pull request #3 from code-kern-ai/dependabot-yml
Create dependabot.yml
2 parents 155db8e + 560005f commit 794f178

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.drone.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ steps:
3535
trigger:
3636
event:
3737
- push
38-
- pull_request
3938

4039
---
4140
kind: pipeline

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
# default is / which breaks drone
9+
pull-request-branch-name:
10+
separator: "-"
11+
# not created automatically for version updates so only security ones are created
12+
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
13+
open-pull-requests-limit: 0
14+

0 commit comments

Comments
 (0)