Skip to content

Commit

Permalink
Merge branch 'master' into enableCachingOfPythonEnvsAndPipDownloadCaches
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner authored Nov 25, 2024
2 parents 61aeb88 + f31b3a2 commit f068a93
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 @@ -6,6 +6,8 @@ These features will be included in the next release:
Added
-----
- CI workflow, enable caching of packages
- 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 f068a93

Please sign in to comment.