Skip to content

Commit be0d21f

Browse files
authored
Add a Github Dependabot config file (#480)
2 parents 08aa70a + b1e5131 commit be0d21f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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"

CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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})
206210
endif()

0 commit comments

Comments
 (0)