Skip to content

Commit 050e3f4

Browse files
committed
Added dependabot for actions upgrade (#61)
1 parent 12a6930 commit 050e3f4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ jobs:
170170
with:
171171
source: ${{matrix.path}}
172172
extensions: 'h,cpp,c'
173-
clangFormatVersion: 20
173+
clangFormatVersion: 20

0 commit comments

Comments
 (0)