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 3eed140 commit dfd6e4cCopy full SHA for dfd6e4c
.github/dependabot.yml
@@ -10,4 +10,8 @@ updates:
10
# default location of `.github/workflows`
11
directory: "/"
12
schedule:
13
- interval: "weekly"
+ interval: "weekly"
14
+ groups:
15
+ actions:
16
+ patterns:
17
+ - "*"
.github/workflows/cpp-lint-package.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
submodules: true
27
28
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
29
30
python-version: 3.x
31
0 commit comments