Skip to content

Commit

Permalink
Deva Path
Browse files Browse the repository at this point in the history
  • Loading branch information
nayandas69 authored Jan 13, 2025
1 parent 50764dd commit 095e6dd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
# Python dependencies updates
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly" # Check for updates weekly (can be "daily", "weekly", or "monthly")
day: "sunday" # Specify the day updates are checked
ignore:
- dependency-name: "selenium" # Ignore specific package updates
versions: ["<4.0.0"] # Ignore versions below specified
# GitHub Actions updates
- package-ecosystem: "github-actions"
directory: "/" # Check for updates in the root directory
schedule:
interval: "weekly" # Check for updates weekly
day: "monday" # Day updates are checked (optional)
ignore:
- dependency-name: "actions/checkout" # Ignore specific Actions updates
versions: ["<3.0.0"] # Ignore versions below specified

0 comments on commit 095e6dd

Please sign in to comment.