Skip to content

Commit

Permalink
Improve 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 aa3ae23 commit 870f868
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 870f868

Please sign in to comment.