Skip to content

Commit

Permalink
Merge pull request #9 from pzaino/develop
Browse files Browse the repository at this point in the history
updated dependabot.yml
  • Loading branch information
pzaino authored Sep 18, 2024
2 parents 42a4031 + 2650965 commit edfd160
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 edfd160

Please sign in to comment.