Skip to content

Commit

Permalink
Merge pull request #8 from pzaino/pzaino-patch-1
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
pzaino authored Sep 18, 2024
2 parents f19ca0e + d0c7bd6 commit 42a4031
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# GitHub Actions updates
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
target:
branch: "develop"

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

0 comments on commit 42a4031

Please sign in to comment.