Skip to content

Commit

Permalink
Create dependabot.yml (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck authored Dec 11, 2023
1 parent 81f7cc2 commit 530544a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For more detail, FOSSA employees can reference the

Locators are in the following basic format:

```
```not_rust
{fetcher}+{package}${version}
```

Expand All @@ -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
Expand Down

0 comments on commit 530544a

Please sign in to comment.