Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Add dependabot configuration
Browse files Browse the repository at this point in the history
This causes dependabot to run a daily check to see if dependencies should be upgraded and open a PR for each such version bump.

Upgrades are suggested for all new versions of GitHub actions. For npm packages, only upgrades related to security issues are suggested.
  • Loading branch information
bisgardo committed Sep 5, 2023
1 parent 5a1bbcc commit adb4237
Showing 1 changed file with 12 additions and 0 deletions.
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

- package-ecosystem: npm
directory: /
schedule:
interval: daily
open-pull-requests-limit: 0 # disable non-security upgrades

0 comments on commit adb4237

Please sign in to comment.