diff options
author | saturneric <[email protected]> | 2024-08-12 10:39:27 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-12 10:39:27 +0000 |
commit | 5c0bc42ed0c2e56726e5dce2673c07b2f7ee9111 (patch) | |
tree | 96e41ca30db32e91ce6e2ac6f56b0c9b02223373 /.github | |
parent | Create devcontainer.json (diff) | |
download | GpgFrontend-5c0bc42ed0c2e56726e5dce2673c07b2f7ee9111.tar.gz GpgFrontend-5c0bc42ed0c2e56726e5dce2673c07b2f7ee9111.zip |
feat: add c++ dev container config
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# 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 more information: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://containers.dev/guide/dependabot + +version: 2 +updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly |