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