Skip to content

Commit

Permalink
Merge pull request #103 from HarHarLinks/dependabot
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
HarHarLinks authored Oct 7, 2023
2 parents 7d2021f + e2bc084 commit 553fad2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def read_file(path_segments):
"isort==5.0.4",
"flake8==3.8.3",
"flake8-comprehensions==3.2.3",
"black==19.10b0",
"black==22.3.0",
],
},
classifiers=[
Expand Down

0 comments on commit 553fad2

Please # to comment.