Skip to content

Commit

Permalink
ci: Disable daily checking for version but not security updates (#500)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

Disable daily checking for version but not security updates.

Maybe we should also document a process for version updates when cutting a new release?

Signed-off-by: Trishank Karthik Kuppusamy <trishank.kuppusamy@datadoghq.com>

* Update dependabot.yml

Signed-off-by: Trishank Karthik Kuppusamy <trishank.kuppusamy@datadoghq.com>

---------

Signed-off-by: Trishank Karthik Kuppusamy <trishank.kuppusamy@datadoghq.com>
  • Loading branch information
trishankatdatadog committed Jun 7, 2023
1 parent c95b553 commit 0bf668e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
time: "10:00"
commit-message:
prefix: "chore"
Expand All @@ -14,7 +14,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
time: "10:00"
commit-message:
prefix: "chore"
Expand All @@ -24,7 +24,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
time: "10:00"
commit-message:
prefix: "chore"
Expand Down

0 comments on commit 0bf668e

Please sign in to comment.