diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 11d479b..854c889 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1 +1,9 @@ -Fixes # \ No newline at end of file +*Issue #, if available:* + +*Description of changes:* + +--- + +* [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws-actions/configure-aws-credentials/blob/main/CONTRIBUTING.md) + +By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bedee6..71d72ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,9 @@ - version: 2 updates: - - package-ecosystem: npm - directory: / - schedule: - interval: weekly - day: tuesday - open-pull-requests-limit: 10 - target-branch: main +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: tuesday + open-pull-requests-limit: 10 + target-branch: 'main'