Skip to content

Commit

Permalink
add dependabot
Browse files Browse the repository at this point in the history
fix broken links to aws docs
  • Loading branch information
synfinatic committed May 21, 2023
1 parent 8cd46fd commit 8d66950
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
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

0 comments on commit 8d66950

Please sign in to comment.