Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: gomod

Check warning on line 3 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

dependabot-cooldown

dependabot.yml:3: insufficient cooldown in Dependabot updates: missing cooldown configuration
directory: /
schedule:
interval: weekly
Expand All @@ -13,9 +13,9 @@
# CompactionInterval/BadgerOptions).
ignore:
- dependency-name: "github.com/transparency-dev/tessera"
versions: ["1.0.4"]
versions: ["<= 1.0.4"]

- package-ecosystem: github-actions

Check warning on line 18 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

dependabot-cooldown

dependabot.yml:18: insufficient cooldown in Dependabot updates: missing cooldown configuration
directory: /
schedule:
interval: weekly
Expand All @@ -25,7 +25,7 @@
patterns:
- "*"

- package-ecosystem: docker

Check warning on line 28 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

dependabot-cooldown

dependabot.yml:28: insufficient cooldown in Dependabot updates: missing cooldown configuration
directories:
- /cmd/aws
- /cmd/aws/ci
Expand Down
Loading