Skip to content

Commit 1d7c707

Browse files
committed
Add / update config files to adhere to release please requirements
1 parent 3d8df11 commit 1d7c707

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ repos:
2727
rev: v4.0.0-alpha.8
2828
hooks:
2929
- id: prettier
30+
31+
ci:
32+
autoupdate_commit_msg: 'ci: pre-commit autoupdate'

dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)