JamieBort / Portfolio-Website

This is where I share a bit about myself, showcase what I've been working on, and share where you can find me online. It is build with a React + Vite front end and a Node Express backend. And styled with MUI.
https://jamiebort.com
GNU General Public License v3.0
0 stars 0 forks source link

Enable Dependabot Version Updates #17

Open JamieBort opened 7 months ago

JamieBort commented 7 months ago

See screenshot from https://github.com/JamieBort/Portfolio-Website/settings/security_analysis

Screen Shot 2024-02-26 at 21 01 28

Possibly have this as my yml file:

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
  - package-ecosystem: "yarn" # See documentation for possible values
    directory: "/frontend" # Location of package manifests
    schedule:
      interval: "monthly"
  - package-ecosystem: "yarn" # See documentation for possible values
    directory: "/backend" # Location of package manifests
    schedule:
      interval: "monthly"

In the event that https://github.com/JamieBort/Personal-Dashboard/issues/29 has already addressed this issue in another project, consult that Issue for wording, formatting, process, screenshots, etc.