Skip to content

Commit

Permalink
Remove ignore from depandabot.yml and fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jun 27, 2022
1 parent 5859cf5 commit 853bf73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
# Official actions have moving tags like v1
# that are used, so they don't need updates here
- dependency-name: "actions/*"
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: pre-commit/action@v3.0.0
with:
extra_args: --hook-stage manual check-manifest
Expand Down

0 comments on commit 853bf73

Please sign in to comment.