summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml7
-rw-r--r--.github/workflows/ci.yaml2
2 files changed, 8 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9cd57fa..81d919c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,5 +1,12 @@
version: 2
updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "deps(actions)"
+
- package-ecosystem: "pip"
directory: "/"
schedule:
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 121e120..0e59697 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
- update:
+ run-vm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4