Skip to content

Commit

Permalink
Add dependabot for dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Nov 22, 2024
1 parent ed005fa commit 818d9b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "black"
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

0 comments on commit 818d9b8

Please sign in to comment.