Skip to content

Commit

Permalink
Merge pull request #102 from edwarddavidbaker/ci-updates
Browse files Browse the repository at this point in the history
CI Updates: Add dependabot.yml and limit link checks to intel/perfmon
  • Loading branch information
edwarddavidbaker authored Sep 5, 2023
2 parents 3aba5b8 + bd9cd3a commit f08bcf0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Dependabot version updates for packages used by perfmon tooling.

version: 2
updates:
# Enable version updates for Python packages.
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 1

# Enable version updates from GitHub Actions.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 1
9 changes: 3 additions & 6 deletions .github/workflows/check-markdown-links.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: Check Markdown links

on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
# Tuesdays at 9AM PST. GitHub Actions run in UTC.
- cron: '0 16 * * 2'

jobs:
markdown-link-check:
runs-on: ubuntu-latest
# Only run link checks in the main repo and not forks. The intent
# is a low volume reminder to update stale links.
if: github.repository == 'intel/perfmon'
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down

0 comments on commit f08bcf0

Please sign in to comment.