File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+
4
+ - package-ecosystem : " github-actions"
5
+ directory : " /"
6
+ schedule :
7
+ interval : " weekly"
8
+ commit-message :
9
+ prefix : chore
10
+ include : scope
11
+ reviewers :
12
+ - aws/serverless-application-experience-sbt
13
+
14
+ - package-ecosystem : " pip"
15
+ directory : " /requirements"
16
+ schedule :
17
+ interval : " weekly"
18
+ target-branch : " develop"
19
+ commit-message :
20
+ prefix : chore
21
+ include : scope
22
+ reviewers :
23
+ - aws/serverless-application-experience-sbt
24
+ ignore :
25
+ # The dependencies are intentionally pinned to certain
26
+ # version ranges for specific Python versions
27
+ - dependency-name : " flake8"
28
+ - dependency-name : " isort"
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ pyelftools~=0.27 # Used to verify the generated Go binary architecture in integr
13
13
14
14
# formatter
15
15
black==22.3.0
16
- ruff
16
+ ruff==0.0.238
You can’t perform that action at this time.
0 commit comments