Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 7 additions & 5 deletions .github/actions/sync/dependabot.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,19 @@ updates:
cooldown:
default-days: 7

- package-ecosystem: terraform
directory: /
- package-ecosystem: opentofu
directories:
- /user-management
- /infrastructure
schedule:
interval: weekly
day: "monday"
time: "08:00"
timezone: "Etc/UTC"
groups:
terraform:
opentofu:
patterns: ["*"]
allow:
- dependency-type: all
cooldown:
default-days: 7
# cooldown:
# default-days: 7
Comment on lines +114 to +115
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why comment out and not just delete?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the comment that I thought I added in this PR: #387

Sorry about that

2 changes: 1 addition & 1 deletion .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def git(*args)
"package.json"
when "pip"
"requirements.txt"
when "terraform"
when "opentofu"
".terraform.lock.hcl"
end

Expand Down
Loading