impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

chore: Add Dependabot config for frontend #207

Closed maiertech closed 1 month ago

maiertech commented 2 months ago

Description of change

Add Dependabot config for automated creation of PRs with dependency updates for NPM and GitHub Actions. Updates of Rust dependencies are out of scope to avoid dealing with too many PRs initially. A config for Rust dependencies can be added later on.

Docs: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates

Links to any relevant issues

Fixes #206.

How the change has been tested

Dependabot is a GitHub feature. The configuration cannot be tested locally.

The config needs to be fine-tuned over time. E.g. frequency of updates, maximum number of open PRs etc.

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.