From 530544af8c5ce5a170ebc8e83ac47c18d1663f05 Mon Sep 17 00:00:00 2001 From: Jessica Black Date: Mon, 11 Dec 2023 12:55:50 -0800 Subject: [PATCH] Create dependabot.yml (#1) --- .github/dependabot.yml | 18 ++++++++++++++++++ README.md | 5 +++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5fe7599 --- /dev/null +++ b/.github/dependabot.yml @@ -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/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 1 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 1 diff --git a/README.md b/README.md index e2a7eb5..13d1939 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For more detail, FOSSA employees can reference the Locators are in the following basic format: -``` +```not_rust {fetcher}+{package}${version} ``` @@ -19,7 +19,8 @@ There is some nuance to this. For more details, see the library documentation. ## Example Some example locators: -``` + +```not_rust // The FOSSA CLI on GitHub, referencing the tag 'v3.8.24'. git+github.com/fossas/fossa-cli$v3.8.24