Skip to content

Commit

Permalink
Merge pull request #1894 from eirannejad/dev/dependabot-config
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
jmcouffin committed Aug 17, 2023
2 parents 6444b19 + 23d13ef commit 147e83e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
# Check for npm updates on Sundays
day: "sunday"
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "develop"
- package-ecosystem: "gomod"
# directory required https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#vendor
directory: "/"
target-branch: "develop"
schedule:
interval: "weekly"

0 comments on commit 147e83e

Please sign in to comment.