mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -04:00
Add a Github Dependabot config file (#480)
This commit is contained in:
commit
be0d21f63b
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
@ -188,6 +188,7 @@ if (SQLITECPP_INCLUDE_SCRIPT)
|
|||||||
set(SQLITECPP_SCRIPT
|
set(SQLITECPP_SCRIPT
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.gitbugtraq
|
.gitbugtraq
|
||||||
|
.github/dependabot.yml
|
||||||
.github/workflows/cmake.yml
|
.github/workflows/cmake.yml
|
||||||
.github/workflows/cmake_subdir_example.yml
|
.github/workflows/cmake_subdir_example.yml
|
||||||
.github/workflows/meson.yml
|
.github/workflows/meson.yml
|
||||||
@ -197,10 +198,13 @@ if (SQLITECPP_INCLUDE_SCRIPT)
|
|||||||
appveyor.yml
|
appveyor.yml
|
||||||
build.bat
|
build.bat
|
||||||
build.sh
|
build.sh
|
||||||
cpplint.py
|
|
||||||
Doxyfile
|
|
||||||
cmake/FindSQLite3.cmake
|
cmake/FindSQLite3.cmake
|
||||||
cmake/SQLiteCppConfig.cmake.in
|
cmake/SQLiteCppConfig.cmake.in
|
||||||
|
cpplint.py
|
||||||
|
Doxyfile
|
||||||
|
meson.build
|
||||||
|
meson_options.txt
|
||||||
|
package.xml
|
||||||
)
|
)
|
||||||
source_group(scripts FILES ${SQLITECPP_SCRIPT})
|
source_group(scripts FILES ${SQLITECPP_SCRIPT})
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user