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

CI Updates: Add dependabot.yml and limit link checks to intel/perfmon #102

Merged
merged 2 commits into from
Sep 5, 2023

Commits on Sep 5, 2023

  1. dependabot: Enable version updates for PIP and GitHub Actions

    Introduce a dependabot.yml to configure version updates for Python
    packages and GitHub Actions. At the moment Python scripts aren't
    using additional packages via requirements.txt. Enabling PIP scans is
    for upcoming tools / checks. Dependabot open pull requests are limited
    to 1. Automated PRs opened for this repository should be low volume.
    
    Dependabot configurations are intentionally stored in .github/ instead
    of .github/workflows per GitHub Documentation. "You must store this
    file in the .github directory of your repository." [1]
    
    [1] https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
    edwarddavidbaker committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    08561ed View commit details
    Browse the repository at this point in the history
  2. ci: Limit link checks to intel/perfmon

    Automatically checking links is intended to be a low volume reminder to
    update stale links. It isn't necessary for every fork (examples in [1]
    and [2]) to also act as a reminder. This commit checks if the
    repository is 'intel/perfmon' and further removes push and pull_request
    triggers.
    
    [1] https://github.com/edwarddavidbaker/perfmon/actions/workflows/check-markdown-links.yml?query=event%3Aschedule
    [2] https://github.com/captain5050/perfmon/actions/workflows/check-markdown-links.yml?query=event%3Aschedule
    edwarddavidbaker committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bd9cd3a View commit details
    Browse the repository at this point in the history