Skip to content

Commit afe2d1d

Browse files
Merge pull request #388 from ably/suppress-dependabot-labels
Override the default Dependabot configuration for pip / Poetry / PyPI
2 parents d4ba1a8 + 67466f1 commit afe2d1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "daily" # weekdays (Monday to Friday)
7+
labels: [ ] # prevent the default `dependencies` label from being added to pull requests

0 commit comments

Comments
 (0)