summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-15 14:04:56 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-10-15 14:04:56 +0200
commitfa5e04fdaf8af9230c4cd9c386c5d8e0307655ca (patch)
treec3f7001368672ffdd846b096d59b0732a99473c2 /.github
parent08219314ec6408395249065008917127bb418a82 (diff)
downloadqutebrowser-fa5e04fdaf8af9230c4cd9c386c5d8e0307655ca.tar.gz
qutebrowser-fa5e04fdaf8af9230c4cd9c386c5d8e0307655ca.zip
Remove dependabot for GitHub Actions
- It only seems to catch some dependencies, not all - Its PRs (without batching) are kind of noisy - Despite the GitHub docs saying otherwise, it seems to open PRs for forks... - GitHub Actions seem to use semantic versioning pretty much consistently, so this should hopefully work out without explicit pinning.
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml6
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--.github/workflows/recompile-requirements.yml4
3 files changed, 6 insertions, 12 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 123014908..000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "daily"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b2ca207ff..828b9a739 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,10 +39,10 @@ jobs:
.tox
~/.cache/pip
key: "${{ matrix.testenv }}-${{ hashFiles('misc/requirements/requirements-*.txt') }}-${{ hashFiles('requirements.txt') }}"
- - uses: actions/setup-python@v2.1.3
+ - uses: actions/setup-python@v2
with:
python-version: '3.8'
- - uses: actions/setup-node@v2.1.2
+ - uses: actions/setup-node@v2-beta
with:
node-version: '12.x'
if: "matrix.testenv == 'eslint'"
@@ -157,7 +157,7 @@ jobs:
~/.cache/pip
key: "${{ matrix.testenv }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('misc/requirements/requirements-*.txt') }}-${{ hashFiles('requirements.txt') }}"
- name: Set up Python
- uses: actions/setup-python@v2.1.3
+ uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python }}"
- name: Set up problem matchers
@@ -178,7 +178,7 @@ jobs:
if: "failure()"
- name: Upload coverage
if: "endsWith(matrix.testenv, '-cov')"
- uses: codecov/codecov-action@v1.0.13
+ uses: codecov/codecov-action@v1
with:
name: "${{ matrix.testenv }}"
diff --git a/.github/workflows/recompile-requirements.yml b/.github/workflows/recompile-requirements.yml
index 750371c87..c41f67810 100644
--- a/.github/workflows/recompile-requirements.yml
+++ b/.github/workflows/recompile-requirements.yml
@@ -20,11 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- uses: actions/setup-python@v2.1.3
+ uses: actions/setup-python@v2
with:
python-version: '3.7'
- name: Set up Python 3.8
- uses: actions/setup-python@v2.1.3
+ uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Recompile requirements