mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 21:09:20 +00:00
Add basic dependabot config to check for actions / npm updates daily. This mirrors the config we currently have in the terraform provider repo but with go swapped for npm. Fixes https://github.com/tailscale/github-action/issues/207 Signed-off-by: Mario Minardi <mario@tailscale.com>
10 lines
191 B
YAML
10 lines
191 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|