Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Dependabot Version Updates #29

Closed
3 tasks done
Tracked by #35
JamieBort opened this issue Feb 27, 2024 · 1 comment
Closed
3 tasks done
Tracked by #35

Enable Dependabot Version Updates #29

JamieBort opened this issue Feb 27, 2024 · 1 comment

Comments

@JamieBort
Copy link
Owner

JamieBort commented Feb 27, 2024

Enable Dependabot Version Updates

This issue is in reference to this Dependabot version updates feature in the https://github.com/JamieBort/Personal-Dashboard/settings/security_analysis page.
Screen Shot 2024-02-26 at 21 01 28

Resources

Potential 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"

Todo

Status

Done.

I referred to

to accomplish this task.

However, I may need to go back into settings to manually enable the feature. To that end, see this message below.

@JamieBort
Copy link
Owner Author

Added this

# 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"

to this .github/dependabot.yml file in the fullstack branch.

See commit af07e52

This feature should be enabled once the master branch has this .github/dependabot.yml file.

If not, return to this settings page and select Enable next to the Dependabot version updates feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant