Skip to content

Commit

Permalink
updated dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaino committed Sep 18, 2024
1 parent 42a4031 commit 2650965
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,20 @@
version: 2
updates:
# GitHub Actions updates
- package-ecosystem: github-actions
directory: /
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
target:
branch: "develop"
interval: "daily"


# Python dependencies updates
- package-ecosystem: pip
directory: /
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
target:
branch: "develop"
interval: "daily"
open-pull-requests-limit: 10
rebase-strategy: auto
rebase-strategy: "auto"
commit-message:
prefix: "deps"
include: "scope"

0 comments on commit 2650965

Please sign in to comment.