Skip to content

Commit

Permalink
Merge pull request #1 from breezy-team/dependabot
Browse files Browse the repository at this point in the history
Update dependabot config & gitignore
  • Loading branch information
jelmer authored Jul 1, 2024
2 parents 7a0e5a4 + 27a16ed commit 415e145
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* @jelmer

# Release robot
dulwich/contrib/release_robot.py @mikofski
dulwich/contrib/test_release_robot.py @mikofski
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Keep GitHub Actions up to date with GitHub's Dependabot...
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target
*.swp
*~

0 comments on commit 415e145

Please sign in to comment.