We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a561d0c commit 59b5469Copy full SHA for 59b5469
2 files changed
.pre-commit-config.yaml
@@ -27,3 +27,6 @@ repos:
27
rev: v4.0.0-alpha.8
28
hooks:
29
- id: prettier
30
+
31
+ci:
32
+ autoupdate_commit_msg: 'ci: pre-commit autoupdate'
dependabot.yml
@@ -0,0 +1,16 @@
1
+# $schema: https://json.schemastore.org/dependabot-2.0.json
2
3
+version: 2
4
+updates:
5
+ - package-ecosystem: 'pip'
6
+ # we only want security updates from dependabot, so we set the limit to 0
7
+ # for regular updates. See documentation for further information here:
8
+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#open-pull-requests-limit-
9
+ open-pull-requests-limit: 0
10
+ directory: '.'
11
+ schedule:
12
+ interval: 'daily'
13
+ reviewers:
14
+ - 'flagsmith/flagsmith-back-end'
15
+ commit-message:
16
+ prefix: 'deps'
0 commit comments