diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c17b4036..31ec51488 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,10 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: 'npm' # See documentation for possible values + directory: '/' # Location of package manifests schedule: - interval: "weekly" - time: "09:00" - timezone: "Europe/London" - target-branch: "develop" + interval: 'weekly' + time: '09:00' + timezone: 'Europe/London' + target-branch: 'develop' diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 76ceb4cb9..a34818a82 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,6 +5,7 @@ ### Why did you make the changes? ### Did you run tests? +