Skip to content

Commit

Permalink
Returning the branch to original state of just adding dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirai-mjelavic committed Jan 17, 2024
1 parent 2b803b3 commit cddbb92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ updates:
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
target-branch: "meetings/issue-276/add-dependabot"
schedule:
interval: "monthly"
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements-package.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
click
numpy==1.22.0
numpy

0 comments on commit cddbb92

Please sign in to comment.