Skip to content

Commit

Permalink
Enable actions dependabot updates (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiven authored Jan 18, 2025
1 parent de3191e commit 9fa7c3e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>

# version: 2
version: 2
# updates:
# - package-ecosystem: npm
# directory: /
Expand All @@ -11,14 +11,14 @@
# timezone: "Asia/Kolkata"
# open-pull-requests-limit: 15

# - package-ecosystem: github-actions
# directory: /
# schedule:
# interval: weekly
# day: "tuesday"
# time: "01:00"
# timezone: "Asia/Kolkata"
# open-pull-requests-limit: 5
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: "tuesday"
time: "01:00"
timezone: "Asia/Kolkata"
open-pull-requests-limit: 5

# - package-ecosystem: cargo
# directory: /src-tauri/
Expand Down

0 comments on commit 9fa7c3e

Please sign in to comment.