Skip to content

Commit

Permalink
Tune up dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Sep 20, 2022
1 parent 77796fd commit 78076b3
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,32 @@ updates:
- package-ecosystem: pip
# setup.py stored in repository root.
directory: '/'
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: develop
schedule:
interval: daily
# Check for updates managed by pip once a week
interval: weekly
# Specify labels for npm pull requests
labels:
- pip
- dependencies
assignees:
- sergeyklay

- package-ecosystem: github-actions
# Workflow files stored in the
# default location of `.github/workflows`
directory: '/'
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: develop
schedule:
interval: daily
# Check for updates for GitHub actions once a week
interval: weekly
# Specify labels for npm pull requests
labels:
- github_actions
- dependencies
assignees:
- sergeyklay

0 comments on commit 78076b3

Please sign in to comment.