Skip to content

Commit

Permalink
Enable actions and docker dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiven authored Jan 14, 2025
1 parent 0764143 commit 8a4f36b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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,20 +11,20 @@
# 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: docker
# directory: /
# schedule:
# interval: weekly
# day: "tuesday"
# time: "01:00"
# timezone: "Asia/Kolkata"
# open-pull-requests-limit: 5
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
day: "tuesday"
time: "01:00"
timezone: "Asia/Kolkata"
open-pull-requests-limit: 5

0 comments on commit 8a4f36b

Please sign in to comment.