Update dependencies to fix vulnerabilities and improve stability #29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Dependabot" | ||
on: | ||
schedule: | ||
- cron: "0 0 * * 1" # Run once a week at midnight on Monday | ||
jobs: | ||
update_dependencies: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
- name: Update dependencies | ||
uses: dependabot/dependabot-core@latest # Use the latest version | ||
with: | ||
directory: "/" # Location of the repository | ||
package-manager: "bundler | ||