Skip to content

Commit

Permalink
hato-botのCIを反映するよ!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent 83a9e52 commit 66e07df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected].2
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
cache: npm
Expand All @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Node.js
uses: actions/[email protected].2
uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
DEST_PATH: "/home/runner/work/_temp/_github_workflow/.venv"
run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/install_pipenv.sh"
- name: Set up Node.js
uses: actions/[email protected].2
uses: actions/[email protected].1
with:
cache: npm
- name: Install dependencies
Expand All @@ -42,7 +42,7 @@ jobs:
pr-dotenv-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: "recursive"
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected].2
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
cache: npm
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"github>dev-hato/renovate-config"
],
"packageRules": [
{
"matchPackageNames": [
"flask"
],
"allowedVersions": "<3.0.0"
},
{
"matchPackageNames": [
"postgres"
Expand Down

0 comments on commit 66e07df

Please sign in to comment.