Skip to content

Commit

Permalink
Update dependabot.yml to check for updates on a weekly basis instead …
Browse files Browse the repository at this point in the history
…of daily.
  • Loading branch information
adityatoshniwal committed Dec 5, 2024
1 parent bd227e0 commit 2dd7de7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "Dependencies"
commit-message:
Expand All @@ -12,7 +12,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "Dependencies"
commit-message:
Expand All @@ -21,7 +21,7 @@ updates:
- package-ecosystem: "pip"
directory: "/tools"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "Dependencies"
commit-message:
Expand All @@ -30,7 +30,7 @@ updates:
- package-ecosystem: "pip"
directory: "/web/regression"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "Dependencies"
commit-message:
Expand All @@ -39,7 +39,7 @@ updates:
- package-ecosystem: "npm"
directory: "/runtime"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "Dependencies"
commit-message:
Expand All @@ -48,7 +48,7 @@ updates:
- package-ecosystem: "npm"
directory: "/web"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "Dependencies"
commit-message:
Expand Down

0 comments on commit 2dd7de7

Please sign in to comment.