We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce4189 commit f04d8d3Copy full SHA for f04d8d3
.github/workflows/dependabot.yml
@@ -0,0 +1,18 @@
1
+name: Dependabot
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "monthly"
8
+ labels:
9
+ - "dependencies"
10
+ - "actions"
11
+ - package-ecosystem: "pip"
12
13
14
+ interval: "weekly"
15
+ versioning-strategy: increase-if-necessary
16
17
18
+ - "python"
.github/workflows/python.yml
@@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python3
uses: actions/setup-python@v3
19
+ with:
20
+ python-version: '3.10'
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
0 commit comments