Skip to content

Commit

Permalink
GitHub CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 committed Feb 11, 2025
1 parent 23313c1 commit 525091d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

updates:
- package-ecosystem: "pip"
target-branch: "zendriver"
directory: "/"
schedule:
interval: "daily"
time: "03:00"
timezone: "America/Chicago"

- package-ecosystem: "pip"
target-branch: "playwright"
directory: "/"
schedule:
interval: "daily"
time: "03:00"
timezone: "America/Chicago"
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Analyze With Ruff
on:
push:
branches:
- nodriver
- zendriver
pull_request:

permissions:
Expand Down

0 comments on commit 525091d

Please sign in to comment.