Skip to content

Commit

Permalink
Merge pull request #4 from clintonsteiner/personal/csteiner/dependabo…
Browse files Browse the repository at this point in the history
…tImplementation

Personal/csteiner/dependabot implementation
  • Loading branch information
clintonsteiner authored Oct 31, 2024
2 parents 46d99d1 + 3eee4d4 commit cc5e2b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "pip"
directory: "/" # Adjust this if your setup.cfg is in a subdirectory
directory: "/"
schedule:
interval: "weekly" # or "weekly", "monthly"
groups:
python-packages:
patterns:
- "*"
interval: "daily"
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ These features will be included in the next release:

Added
-----
- Dependabot configuration for automatically opening prs for package version
upgrades
- New exit codes 2 for file not found, 3 for invalid command line arguments, 4 for
missing dependencies and 123 for unknown failures.
- Display exit code in parentheses after error message.
Expand Down
2 changes: 1 addition & 1 deletion constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# still works against oldest supported versions of both the Python
# interpreter and Python ependencies. Keep this up-to-date with minimum
# versions in `setup.cfg`.
black==22.3.0
black==24.1.0
darkgraylib==2.0.1
defusedxml==0.7.1
flake8-2020==1.6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ color =
Pygments>=2.4.0
test =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
black>=22.3.0
black>=24.1.0
cryptography>=3.3.2 # through twine, fixes CVE-2020-36242
defusedxml>=0.7.1
flynt>=0.76
Expand Down

0 comments on commit cc5e2b5

Please sign in to comment.