From 60a9bf1676e5fd13cdef7af0e2992eb6a5ffa44e Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Fri, 18 Aug 2023 17:00:14 -0700 Subject: [PATCH] chore: update .github with current --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++++++- .github/dependabot.yml | 15 +++++++-------- 2 files changed, 16 insertions(+), 9 deletions(-) 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'