Skip to content

Commit 9717815

Browse files
add bot
1 parent 1b49dc7 commit 9717815

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ jobs:
99
steps:
1010
- name: checkout repo content
1111
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
1612
- name: execute sh script
1713
run: |
1814
shopt -s globstar

0 commit comments

Comments
 (0)