diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53f8242..ba5e8d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" + interval: daily diff --git a/.github/labels.yml b/.github/labels.yml index 4f80b29..588ba8a 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,11 +1,19 @@ - name: ๐Ÿ’ฃ Breaking change - description: Unintended change that breaks existing behavior + description: Change that modifies existing behavior color: "f79f34" - name: ๐Ÿž Bug description: Not working as intended color: "d73a4a" +- name: โš™๏ธ Configuration + description: Changes to configuration files + color: "7057ff" + +- name: ๐Ÿ“ฆ Dependencies + description: PRs that update production dependencies + color: "0d7bb5" + - name: ๐Ÿ’ป Dev Dependencies description: PRs that update development dependencies color: "155e8c" @@ -74,6 +82,10 @@ description: Unit testing is needed color: "c23675" +- name: ๐Ÿ”„ New release + description: This PR into `stable` marks a new release + color: "f9c74f" + - name: ๐Ÿฐ Nice to have description: Unplanned behavior, but useful color: "c5def5" @@ -82,6 +94,10 @@ description: Development on this issue has been suspended color: "d4c5f9" +- name: ๐Ÿš€ Performance + description: Improvements to performance + color: "fbca04" + - name: โœ… Ready to merge description: This PR is ready to be merged color: "0ff40b" @@ -90,10 +106,6 @@ description: Preparing for a new release (version bump, release notes, etc.) color: "f9c74f" -- name: ๐Ÿ”„ New release - description: This PR into `stable` marks a new release - color: "f9c74f" - - name: ๐Ÿงช Tests description: Improvements or additions to unit tests color: "9f2d60"