File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /" # Location of package manifests
6+ schedule :
7+ interval : " monthly"
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ if (SQLITECPP_INCLUDE_SCRIPT)
188188 set (SQLITECPP_SCRIPT
189189 .editorconfig
190190 .gitbugtraq
191+ .github/dependabot.yml
191192 .github/workflows/cmake.yml
192193 .github/workflows/cmake_subdir_example.yml
193194 .github/workflows/meson.yml
@@ -197,10 +198,13 @@ if (SQLITECPP_INCLUDE_SCRIPT)
197198 appveyor.yml
198199 build .bat
199200 build .sh
200- cpplint.py
201- Doxyfile
202201 cmake/FindSQLite3.cmake
203202 cmake/SQLiteCppConfig.cmake.in
203+ cpplint.py
204+ Doxyfile
205+ meson.build
206+ meson_options.txt
207+ package.xml
204208 )
205209 source_group (scripts FILES ${SQLITECPP_SCRIPT} )
206210endif ()
You can’t perform that action at this time.
0 commit comments