Skip to content

Commit

Permalink
Add the "skip news" entry for some dependabot PRs (microsoft#13897)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Sep 14, 2020
1 parent 6477824 commit a1c4078
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -4,7 +4,10 @@ updates:
directory: /
schedule:
interval: daily
default_labels:
- 'skip news'

# Not skipping the news for Python dependencies in case it's actually useful to communicate to users.
- package-ecosystem: 'pip'
directory: /
schedule:
Expand All @@ -14,8 +17,12 @@ updates:
directory: /news
schedule:
interval: monthly
default_labels:
- 'skip news'
# Activate when we feel ready to keep up with frequency.
# - package-ecosystem: 'npm'
# directory: /
# schedule:
# interval: daily
# default_labels:
# - "skip news"

0 comments on commit a1c4078

Please sign in to comment.