-
Notifications
You must be signed in to change notification settings - Fork 0
[PLT-1371] added workflows to dependabot #323
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
Conversation
.github/dependabot.yml
Outdated
| updates: | ||
| - package-ecosystem: github-actions | ||
| directory: /actions/aws-params-env-action/ | ||
| - package-ecosystem: "github-actions" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
String values don't need to be quoted in yaml
.github/dependabot.yml
Outdated
| - package-ecosystem: npm | ||
| directory: /actions/aws-params-env-action/ | ||
| - package-ecosystem: "npm" | ||
| directory: "/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This directory should be kept at the /actions/aws-params-env-action/ value unless there are other places with nodejs code in the repo.
## 🎫 Ticket https://jira.cms.gov/browse/PLT-1371 ## 🛠 Changes Add coverage for workflows in the .cdap dependabot configuration, including terraform. ## ℹ️ Context Changes are for extended scan coverage by dependabot. ## 🧪 Validation see checks --------- Co-authored-by: Sean Fern <[email protected]>
🎫 Ticket
https://jira.cms.gov/browse/PLT-1371
🛠 Changes
Add coverage for workflows in the .cdap dependabot configuration, including terraform.
ℹ️ Context
Changes are for extended scan coverage by dependabot.
🧪 Validation
see checks