We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acbacb commit 5a3d134Copy full SHA for 5a3d134
.github/dependabot.yml
@@ -8,3 +8,7 @@ updates:
8
timezone: Europe/Berlin
9
open-pull-requests-limit: 10
10
versioning-strategy: increase
11
+- package-ecosystem: github-actions
12
+ directory: "/"
13
+ schedule:
14
+ interval: daily
.github/workflows/ci.yml
@@ -4,11 +4,12 @@ on:
4
branches:
5
- main
6
pull_request:
7
+
jobs:
ci:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Install modules
run: yarn
15
- name: Lint
.github/workflows/gh-pages.yml
@@ -9,7 +9,7 @@ jobs:
gh-pages:
- uses: actions/setup-node@v2
with:
0 commit comments