Skip to content

Commit 59b5469

Browse files
Add / update config files to adhere to release please requirements (#120)
1 parent a561d0c commit 59b5469

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.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)