Skip to content

Commit

Permalink
initiate depedentbot configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Aug 16, 2024
1 parent 938d334 commit b6de265
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
version: 2
updates:
- package-ecosystem: "pip"
# Set path to where pyproject.toml is located
directory: "/"
# This will hunt everyone every Monday
schedule:
interval: "weekly"
day: "monday"
time: "08:00"
timezone: "Europe/Berlin"
target-branch: "main"
labels:
- "pineappl"
- "eko"
- "dependencies"
groups:
core-dependencies:
applies-to: version-updates
patterns:
- "pineappl"
- "eko"
pull-request-branch-name:
separator: "-"

0 comments on commit b6de265

Please sign in to comment.