Skip to content

Commit 3c676e7

Browse files
authored
Adding dependabot file to update GH action versions (#1681)
1 parent 22c2367 commit 3c676e7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/build-sphinx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ jobs:
193193
permissions:
194194
# Needed to remove docs for closed pull request from the repo
195195
contents: write
196+
# Needed to modify a comment in the pull request's issue
197+
pull-requests: write
196198

197199
runs-on: ubuntu-20.04
198200

0 commit comments

Comments
 (0)