Skip to content

Commit

Permalink
Update CI access (read-only); add Dependabot for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 14, 2022
1 parent e00b5e9 commit 6ab3b34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
paths-ignore:
- "README.md"
- "release-notes/*"
permissions:
contents: read

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6ab3b34

Please sign in to comment.