Skip to content

Commit

Permalink
Update GHA and add dependabot (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Jun 17, 2024
1 parent 3b2d900 commit 21aff84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
add_to_project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.0.4
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/conda-incubator/projects/1
github-token: ${{ secrets.CEPS_PROJECT_TOKEN }}

0 comments on commit 21aff84

Please sign in to comment.