Skip to content

Commit

Permalink
Merge branch 'dev' into feat/es256
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed May 21, 2024
2 parents f523dcc + 3d2a815 commit 0f36c87
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
rebase-strategy: "disabled"
- package-ecosystem: "npm"
directory: "/unime"
schedule:
interval: "monthly"
rebase-strategy: "disabled"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
rebase-strategy: "disabled"
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,16 @@ rd /s /q "%USERPROFILE%\.cargo\git\checkouts"
```

_This project was initialized using `create-tauri-app v3.1.1`._

## Dependabot

Dependabot monitors the following dependencies and creates pull requests with dependecy updates:

| Directory | Updates |
| :-------- | :-------------------------------------------------------------------- |
| `/` | NPM (project root `package.json`) and dependencies of GitHub Actions. |
| `/unime` | NPM. |

- Update frequency is once per month.
- Automatic rebasing is disabled to avoid excessive use of GitHub Action minutes.
- To trigger a rebase, follow the instructions in the pull request.

0 comments on commit 0f36c87

Please sign in to comment.