Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
update to default settings

Signed-off-by: Maurice (mausy5043) Hendrix <[email protected]>
  • Loading branch information
Mausy5043 authored Sep 22, 2024
1 parent 1c7f2c2 commit a296294
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# 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/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: 'pip'
directory: '/'
target-branch: 'devel'
schedule:
interval: "weekly"
interval: 'weekly'
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: 'all'

0 comments on commit a296294

Please sign in to comment.