From cb918343e1b15748e8fac930dab73c2a2a00b1f0 Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Mon, 31 Mar 2025 14:27:28 -0400 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af6fad7..dc75a87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,10 +23,10 @@ jobs: django-version: [ "4.2" ] steps: # Checks-out the repository. - - uses: actions/checkout@v2 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: ${{ matrix.python-version }} cache: 'pip' @@ -53,7 +53,7 @@ jobs: coverage lcov --data-file='.coverage.${{ matrix.python-version }}.${{ matrix.django-version }}' - name: Coveralls Parallel - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 with: github-token: ${{ secrets.github_token }} flag-name: run-${{ matrix.python-version }}-${{ matrix.django-version }} @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 with: github-token: ${{ secrets.github_token }} parallel-finished: true From 6911f1cb9f0e043866aaf7c1430b74edb765c02a Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Wed, 2 Apr 2025 16:05:22 -0400 Subject: [PATCH 2/2] Create renovate.json --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..0a5b20e --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>ycharts/ycharts_systems:renovate-default.json5" + ], + "enabledManagers": ["github-actions"] +}