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

add dependabot #480

Merged
merged 1 commit into from
May 21, 2023
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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "go"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion docs/aws-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ so thanks to them for making that available!

Because of it's early focus on securely managing [static AWS API
credentials](
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html)
and integration with the existing `~/.aws/config` file, `aws-vault` still is
weighed down with the limitations of syntax and structure of the `~/.aws/config`
file.
Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Priority is given to:
### config-profiles

Modifies the `~/.aws/config` file to contain a [named profile](
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html)
for every role accessible via AWS SSO CLI.

Flags:
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Cons:
### Using the `$AWS_PROFILE` variable

If you have existing tooling using [named profiles](
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html)
and the `$AWS_PROFILE` environment variable, AWS SSO CLI can support that as well.

#### Configuration
Expand Down