Skip to content

Commit bc3c0d1

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/lodash-es-4.17.23
2 parents 9aa253d + 46365f8 commit bc3c0d1

File tree

6 files changed

+73
-100
lines changed

6 files changed

+73
-100
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ updates:
1818
commit-message:
1919
prefix: "feat"
2020

21+
# NPM dependencies
22+
- package-ecosystem: "npm"
23+
directory: "/"
24+
schedule:
25+
interval: "weekly"
26+
open-pull-requests-limit: 5
27+
commit-message:
28+
prefix: "refactor"
29+
2130
# GitHub Actions
2231
- package-ecosystem: "github-actions"
2332
directory: "/"

.github/pull_request_template.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33

44
- Report security issues [confidentially](https://github.com/parse-community/Parse-SDK-Flutter/security/policy).
55
- Any contribution is under this [license](https://github.com/parse-community/Parse-SDK-Flutter/blob/master/LICENSE).
6-
- Link this pull request to an [issue](https://github.com/parse-community/Parse-SDK-Flutter/issues?q=is%3Aissue).
76

87
## Issue
98
<!-- Add the link to the issue that this PR closes. -->
109

11-
Closes: FILL_THIS_OUT
12-
1310
## Approach
1411
<!-- Describe the changes in this PR. -->
1512

0 commit comments

Comments
 (0)