We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f515d3 + 16305b2 commit 2077f74Copy full SHA for 2077f74
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+# Configure Dependabot scanning.
2
+version: 2
3
+
4
+updates:
5
+ # Check for updates to GitHub Actions.
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "monthly"
10
+ open-pull-requests-limit: 10
11
+ groups:
12
+ github-actions:
13
+ patterns:
14
+ - "*"
.github/workflows/main.yml
@@ -21,9 +21,9 @@ jobs:
21
- '3.11'
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
25
26
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
27
with:
28
python-version: ${{ matrix.python-version }}
29
cache: pip
0 commit comments