mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Add configuration file for Dependabot used to create PR when selected submodules are updated
This commit is contained in:
parent
4a2339661c
commit
aac694b66a
18
.github/dependabot.yml
vendored
Normal file
18
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# To get started with Dependabot version updates, you'll need to specify which
|
||||||
|
# package ecosystems to update and where the package manifests are located.
|
||||||
|
# Please see the documentation for all configuration options:
|
||||||
|
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: gitsubmodule
|
||||||
|
directory: "/"
|
||||||
|
allow:
|
||||||
|
- dependency-name: "ThirdParty/fast_float"
|
||||||
|
- dependency-name: "ThirdParty/qtadvanceddocking"
|
||||||
|
- dependency-name: "ThirdParty/regression-analysis"
|
||||||
|
- dependency-name: "ThirdParty/roff-cpp"
|
||||||
|
- dependency-name: "ThirdParty/spdlog"
|
||||||
|
- dependency-name: "ThirdParty/tomlplusplus"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
Loading…
Reference in New Issue
Block a user