Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Use dependabot to automatically update gh actions #262

Merged
merged 1 commit into from
Oct 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use dependabot to automatically update gh actions
Updating npm packages is for now disabled due to possible issues with lerna
  • Loading branch information
J0B10 committed Oct 16, 2021
commit b4ceae988545d6c5fe784b78c0c280d5f2bc6c23
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
### Issues with lerna stop us from auto-updating npm dependencies
### See: https://github.com/codeoverflow-org/nodecg-io/issues/263
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
# interval: "daily"