Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
groups:
github-actions:
patterns: ["*"]
schedule:
interval: "weekly"
cooldown:
default-days: 7
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0

# Sets up Node and an .npmrc file. This is the official Github supported way to set up node.
- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
Expand All @@ -48,7 +48,7 @@ jobs:

- name: Check whether version was bumped in PR
id: actions_project_version_check
uses: "thomastay/actions-project-version-check@v2.0.0"
uses: "thomastay/actions-project-version-check@64236a4a27a9f75e576ba956d0399d4fbafce381" # v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
file-to-check: package.json
Expand Down
Loading