Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependabot #1783

Merged
merged 3 commits into from
Sep 25, 2024
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
16 changes: 14 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
directory: "/terraform/modules/csb"
directory: "/terraform/modules/csb/broker"
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
directory: "/terraform/modules/csb/iam"
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
Expand Down Expand Up @@ -177,6 +181,10 @@ updates:
directory: "/terraform/modules/iam_user/cvd_sync"
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
directory: "/terraform/modules/iam_user/ecr_pull_user"
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
directory: "/terraform/modules/iam_user/ecr_user"
schedule:
Expand All @@ -201,6 +209,10 @@ updates:
directory: "/terraform/modules/iam_user/rds_storage_alert"
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
directory: "/terraform/modules/iam_user/s3_bucket_readonly"
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
directory: "/terraform/modules/iam_user/s3_logstash"
schedule:
Expand Down Expand Up @@ -322,7 +334,7 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
directory: "/terraform/stacks/cloudfront"
directory: "/terraform/stacks/concourse"
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
Expand Down
Empty file modified scripts/update-dependabot.sh
100644 → 100755
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be empty or is it just appearing empty?

Copy link
Contributor

Choose a reason for hiding this comment

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

saw that github was just being weird

Empty file.