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

Create dependabot.yml #87

Open
wants to merge 2 commits into
base: site
Choose a base branch
from
Open

Conversation

forgodtosave
Copy link

I noticed that you don't use a dependabot or the like. I simply created a dependabot.yml that checks for updates weekly.

@kunzef
Copy link

kunzef commented May 30, 2023

I think it would also make sense to add github-actions to be also checked for dependency updates by dependabot when one is already adding it.

To do this simply add the code below to the dependabot.yml file.

- package-ecosystem: "github-actions"
    directory: "/" # checks for workflow files in .github/workflows
    schedule:
      interval: "weekly"

@Technius
Copy link
Member

Technius commented Jun 5, 2023

I'm skeptical that this would be useful for this specific repository. The dependencies are pinned because not every version of mkdocs is compatible with mkdocs publishing action, and updates to mkdocs would also require potential changes to the macros and page templates that we've written.

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

Successfully merging this pull request may close these issues.

3 participants