Skip to content

Commit

Permalink
Merge pull request #77 from Syriiin/add-pip-dependabot
Browse files Browse the repository at this point in the history
Enable dependabot updates for pip in /docs
  • Loading branch information
Syriiin authored Oct 23, 2024
2 parents 029aaba + 94da901 commit aa83a82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ updates:
applies-to: version-updates
patterns:
- "ppy.osu.Game.Rulesets*"
- package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: "daily"
6 changes: 6 additions & 0 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: make check-api-reference

check-docs-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make build-docs

0 comments on commit aa83a82

Please sign in to comment.