We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b49dc7 commit 9717815Copy full SHA for 9717815
2 files changed
.github/workflows/dependabot.yml
@@ -0,0 +1,10 @@
1
+# Set update schedule for GitHub Actions
2
+
3
+version: 2
4
+updates:
5
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ # Check for updates to GitHub Actions every week
10
+ interval: "weekly"
.github/workflows/update.yml
@@ -9,10 +9,6 @@ jobs:
steps:
- name: checkout repo content
11
uses: actions/checkout@v2 # checkout the repository content to github runner.
12
- - name: setup python
13
- uses: actions/setup-python@v2
14
- with:
15
- python-version: 3.8 #install the python needed
16
- name: execute sh script
17
run: |
18
shopt -s globstar
0 commit comments